diff options
Diffstat (limited to 'src/sessions.c')
-rw-r--r-- | src/sessions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sessions.c b/src/sessions.c index 3c882032d..f598d616d 100644 --- a/src/sessions.c +++ b/src/sessions.c @@ -328,7 +328,7 @@ void del_session(const char *host) /********************** Internal Exception Functions *********************/ /*************************************************************************/ -void expire_exceptions(void) +void expire_exceptions() { int i; time_t now = time(NULL); |