summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-03-26 17:27:33 -0400
committerjim-p <jimp@pfsense.org>2011-03-26 17:30:20 -0400
commit974c5af72910433fbafeb9266018b1e2919a676a (patch)
tree27e7a6b0d802551640ce5d9b9eb2403e57859259 /etc
parent63e18082bb98d51763e542d5c4094793b300eb60 (diff)
downloadpfsense-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')
-rwxr-xr-xetc/sshd1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 28c8e55..0664b21 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -138,7 +138,6 @@
/* are we already running? if so exit */
if(is_subsystem_dirty('sshdkeys')) {
- conf_mount_ro();
exit;
}
OpenPOWER on IntegriCloud