]> andersk Git - openssh.git/blobdiff - logintest.c
- (djm) Configure glue for DNS support (code doesn't work in portable yet)
[openssh.git] / logintest.c
index 0cd3a27683afdbafd874caa85290c9cb672d55b8..aa3f5f41f4e242b1e7188b19844d7d7b537d2ac5 100644 (file)
 
 RCSID("$Id$");
 
+#ifdef HAVE___PROGNAME
+extern char *__progname;
+#else
+char *__progname;
+#endif
 
 #define PAUSE_BEFORE_LOGOUT 3
 
@@ -287,6 +292,7 @@ main(int argc, char *argv[])
 {
        printf("Platform-independent login recording test driver\n");
 
+       __progname = get_progname(argv[0]);
        if (argc == 2) {
                if (strncmp(argv[1], "-i", 3) == 0)
                        compile_opts_only = 1;
This page took 0.034572 seconds and 4 git commands to generate.