]> andersk Git - openssh.git/blobdiff - ssh-rand-helper.c
- stevesk@cvs.openbsd.org 2002/06/10 21:21:10
[openssh.git] / ssh-rand-helper.c
index 72a818f91f03be42f814809216c178fd14003ce6..da78a09a6362fedac99739681b86d84aa0f2709d 100644 (file)
@@ -391,7 +391,7 @@ hash_command_output(entropy_cmd_t *src, char *hash)
 
        if (waitpid(pid, &status, 0) == -1) {
               error("Couldn't wait for child '%s' completion: %s",
-                  src->cmdstring, strerror(errno));
+                  src->cmdstring, strerror(errno));
                return 0.0;
        }
 
This page took 0.032187 seconds and 4 git commands to generate.