]> andersk Git - gssapi-openssh.git/commitdiff
fix error on recent merge that dropped definition of ssh_program
authorjbasney <jbasney>
Fri, 23 Jan 2004 21:37:34 +0000 (21:37 +0000)
committerjbasney <jbasney>
Fri, 23 Jan 2004 21:37:34 +0000 (21:37 +0000)
openssh/scp.c

index 46470ba109ea563a9569c5f624d16a6cb35eaa84..0a9c03248ca27759248b546e731c3c2305c4a261 100644 (file)
@@ -224,6 +224,7 @@ main(int argc, char **argv)
 
        __progname = ssh_get_progname(argv[0]);
        init_pathnames();
+       ssh_program = _PATH_SSH_PROGRAM;
 
        args.list = NULL;
        addargs(&args, "ssh");          /* overwritten with ssh_program */
This page took 0.131679 seconds and 5 git commands to generate.