]> andersk Git - gssapi-openssh.git/commitdiff
call init_pathnames() on startup to initialize paths based on $GL
authorjbasney <jbasney>
Wed, 22 Jan 2003 15:03:57 +0000 (15:03 +0000)
committerjbasney <jbasney>
Wed, 22 Jan 2003 15:03:57 +0000 (15:03 +0000)
openssh/ssh-keysign.c

index 79aee17c0ca34eae4db39983fa774bab377a2e40..23cf7cba28c5bbc9b7b6aa420b96ee70b80da513 100644 (file)
@@ -152,6 +152,7 @@ main(int argc, char **argv)
        key_fd[0] = open(_PATH_HOST_RSA_KEY_FILE, O_RDONLY);
        key_fd[1] = open(_PATH_HOST_DSA_KEY_FILE, O_RDONLY);
 
+       init_pathnames();
        seteuid(getuid());
        setuid(getuid());
 
This page took 0.040576 seconds and 5 git commands to generate.