]> andersk Git - openssh.git/blobdiff - entropy.c
- (stevesk) entropy.c: typo; should be SIGPIPE
[openssh.git] / entropy.c
index caabae876e2f9b26e32717e5012c2fec7653ec80..66cf75fbeb9259502f63d8b40abfa1b73b60983e 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -130,7 +130,7 @@ reopen:
 
        rval = 1;
 done:
-       mysignal(SIG_PIPE, old_sigpipe);
+       mysignal(SIGPIPE, old_sigpipe);
        if (fd != -1)
                close(fd);
        return(rval);
This page took 0.031988 seconds and 4 git commands to generate.