]> andersk Git - openssh.git/blobdiff - logintest.c
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
[openssh.git] / logintest.c
index c480f9c97269161747ed233390d297228ca2a928..19229879f2cae75fc439cc99479e36dd2411eddb 100644 (file)
@@ -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;
This page took 0.040595 seconds and 4 git commands to generate.