diff options
author | jim-p <jimp@pfsense.org> | 2011-03-26 17:27:33 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-03-26 17:30:20 -0400 |
commit | 974c5af72910433fbafeb9266018b1e2919a676a (patch) | |
tree | 27e7a6b0d802551640ce5d9b9eb2403e57859259 /etc/sshd | |
parent | 63e18082bb98d51763e542d5c4094793b300eb60 (diff) | |
download | pfsense-974c5af72910433fbafeb9266018b1e2919a676a.zip pfsense-974c5af72910433fbafeb9266018b1e2919a676a.tar.gz |
Actually if /etc/sshd is already running, doing a conf_mount_ro() would be a bad thing, as the other process still expects rw.
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -138,7 +138,6 @@ /* are we already running? if so exit */ if(is_subsystem_dirty('sshdkeys')) { - conf_mount_ro(); exit; } |