summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.c b/session.c
index 4a77eef6b..3678b8f09 100644
--- a/session.c
+++ b/session.c
@@ -1837,7 +1837,9 @@ session_proctitle(Session *s)
1837void 1837void
1838do_authenticated2(void) 1838do_authenticated2(void)
1839{ 1839{
1840#ifdef HAVE_LOGIN_CAP
1840 struct passwd *pw; 1841 struct passwd *pw;
1842#endif
1841 1843
1842 /* 1844 /*
1843 * Cancel the alarm we set to limit the time taken for 1845 * Cancel the alarm we set to limit the time taken for