summaryrefslogtreecommitdiff
path: root/logintest.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-08-22 09:34:41 +1000
committerDamien Miller <djm@mindrot.org>2003-08-22 09:34:41 +1000
commit59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7 (patch)
treefec1d350619c3bbcb504eb57a89f2af3895c5d82 /logintest.c
parent70a3d55b4a50c624557b81a5dece2727cd01cff1 (diff)
downloadopenssh-git-59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7.tar.gz
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
-lbroken; ok dtucker
Diffstat (limited to 'logintest.c')
-rw-r--r--logintest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/logintest.c b/logintest.c
index a0c08118..3f3997d1 100644
--- a/logintest.c
+++ b/logintest.c
@@ -43,7 +43,7 @@
#include "loginrec.h"
-RCSID("$Id: logintest.c,v 1.9 2003/06/02 00:42:17 djm Exp $");
+RCSID("$Id: logintest.c,v 1.10 2003/08/21 23:34:41 djm Exp $");
#ifdef HAVE___PROGNAME
extern char *__progname;
@@ -287,7 +287,7 @@ main(int argc, char *argv[])
{
printf("Platform-independent login recording test driver\n");
- __progname = get_progname(argv[0]);
+ __progname = ssh_get_progname(argv[0]);
if (argc == 2) {
if (strncmp(argv[1], "-i", 3) == 0)
compile_opts_only = 1;