aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-18 19:16:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-18 19:16:09 +0000
commite13125d76517563d31c20bef76a2ddb831ecaf1f (patch)
tree445243255dd9b2935ec8adb47f0a9244100604e4 /security/openssh-portable
parent564fdff657baaec8b64f07f9ff459a44b5b9f05b (diff)
downloadports-e13125d76517563d31c20bef76a2ddb831ecaf1f.tar.gz
ports-e13125d76517563d31c20bef76a2ddb831ecaf1f.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/files/patch-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/patch-session.c b/security/openssh-portable/files/patch-session.c
index 2d9a901c2519..fcbeb4786025 100644
--- a/security/openssh-portable/files/patch-session.c
+++ b/security/openssh-portable/files/patch-session.c
@@ -63,7 +63,7 @@
+#endif /* HAVE_LOGIN_CAP */
+#ifdef __FreeBSD__
+#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */
-+ char *newcommand;
++ char *newcommand = NULL;
+ struct timeval tv;
+ time_t warntime = DEFAULT_WARN;
+#endif /* __FreeBSD__ */