summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/innbbsd.c')
-rw-r--r--innbbsd/innbbsd.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c
index 22979b1e..fee32aba 100644
--- a/innbbsd/innbbsd.c
+++ b/innbbsd/innbbsd.c
@@ -213,15 +213,6 @@ join(lineptr, pat, num)
#endif
-static int
-CMDtnrpd(client)
- ClientType *client;
-{
- argv_t *argv = &client->Argv;
- fprintf(argv->out, "%d %s\n", argv->dc->usage);
- return 0;
-}
-
int
islocalconnect(client)
ClientType *client;
@@ -273,7 +264,7 @@ CMDmode(client)
extern ClientType INNBBSD_STAT;
daemoncmd_t *p = argv->dc;
time_t uptime, now;
- int i, j;
+ int i, j = 0;
time_t lasthist;
ClientType *client1 = &INNBBSD_STAT;