View | Details | Raw Unified | Return to bug 1433 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- sshd.c.org  2008-01-28 10:53:06 +0800
0
++ sshd.c      2008-01-25 10:22:33 +0800
Lines 1714-1719 Link Here
1714
                       } else {
1714
                       } else {
1715
                               fprintf(f, "%ld\n", (long) getpid());
1715
                               fprintf(f, "%ld\n", (long) getpid());
1716
                               fclose(f);
1716
                               fclose(f);
1717
                               if (chmod(options.pid_file,0644) == -1)
1718
                                       logit("chmod pid file failed");
1717
                       }
1719
                       }
1718
               }
1720
               }

Return to bug 1433