summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-08-22 01:34:41 +0200
committerDamien Miller <djm@mindrot.org>2003-08-22 01:34:41 +0200
commit59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7 (patch)
treefec1d350619c3bbcb504eb57a89f2af3895c5d82 /sshd.c
parent - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement (diff)
downloadopenssh-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index dc275b0cb..0e1bde3a3 100644
--- a/sshd.c
+++ b/sshd.c
@@ -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 */