summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 5904530..1c2aabb 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -69,7 +69,7 @@
mkdir("/var/empty", 0555);
}
- if(!file_exists("")) {
+ if(!file_exists("/var/log/lastlog")) {
/* Login related files. */
touch("/var/log/lastlog");
}
OpenPOWER on IntegriCloud