diff options
Diffstat (limited to 'sessions.c')
-rw-r--r-- | sessions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sessions.c b/sessions.c index 876bf5bcd..1620a2e15 100644 --- a/sessions.c +++ b/sessions.c @@ -68,8 +68,8 @@ struct session_ { static Session *sessionlist[1024]; static int32 nsessions = 0; -static Exception *exceptions = NULL; -static int16 nexceptions = 0; +Exception *exceptions = NULL; +int16 nexceptions = 0; /*************************************************************************/ |