Commit 38bf526f authored by Andrew Tridgell's avatar Andrew Tridgell

fix bug in handling of :

parent bc363ea9
......@@ -593,7 +593,7 @@ static int start_client(int argc, char *argv[])
am_sender = 0;
*p = 0;
shell_machine = argv[0];
shell_machine = argv0;
shell_path = p+1;
argc--;
argv++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment