]> andersk Git - gssapi-openssh.git/commitdiff
last checkin removed call to init_pathnames() by mistake
authorjbasney <jbasney>
Thu, 13 Jun 2002 14:03:59 +0000 (14:03 +0000)
committerjbasney <jbasney>
Thu, 13 Jun 2002 14:03:59 +0000 (14:03 +0000)
openssh/ssh-keygen.c

index 250e53e14b1a316665b5645d914c47e3922538aa..23315d7941a990254ad6aec594b7597a294a36f5 100644 (file)
@@ -758,6 +758,7 @@ main(int ac, char **av)
        extern char *optarg;
 
        __progname = get_progname(av[0]);
+       init_pathnames();
 
        SSLeay_add_all_algorithms();
 
This page took 0.05304 seconds and 5 git commands to generate.