]> andersk Git - gssapi-openssh.git/commitdiff
yes, init_pathnames() is needed
authorjbasney <jbasney>
Wed, 22 Jan 2003 15:03:04 +0000 (15:03 +0000)
committerjbasney <jbasney>
Wed, 22 Jan 2003 15:03:04 +0000 (15:03 +0000)
openssh/ssh-agent.c

index cca720ee2717a03606a7884cf2c33d16fab7472a..33216381b6ab2c639173614ecf4c24f17d527686 100644 (file)
@@ -958,6 +958,7 @@ main(int ac, char **av)
        SSLeay_add_all_algorithms();
 
        __progname = get_progname(av[0]);
+       init_pathnames();
        init_rng();
        seed_rng();
 
This page took 0.041213 seconds and 5 git commands to generate.