diff options
author | Damien Miller <djm@mindrot.org> | 2003-08-22 01:34:41 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-08-22 01:34:41 +0200 |
commit | 59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7 (patch) | |
tree | fec1d350619c3bbcb504eb57a89f2af3895c5d82 /sshd.c | |
parent | - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement (diff) | |
download | openssh-59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7.tar.xz openssh-59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7.zip |
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
-lbroken; ok dtucker
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -819,7 +819,7 @@ main(int ac, char **av) #ifdef HAVE_SECUREWARE (void)set_auth_parameters(ac, av); #endif - __progname = get_progname(av[0]); + __progname = ssh_get_progname(av[0]); init_rng(); /* Save argv. Duplicate so setproctitle emulation doesn't clobber it */ |