summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index f97a3603..e7c51f3f 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1,4 +1,4 @@
-/* $Id: admin.c,v 1.11 2002/05/13 03:20:04 ptt Exp $ */
+/* $Id: admin.c,v 1.12 2002/05/16 21:54:56 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -744,7 +744,7 @@ int scan_register_form(char *regfile, int automode, int neednum) {
char fdata[7][STRLEN];
char fname[STRLEN], buf[STRLEN];
char ans[4], *ptr, *uid;
- int n, unum;
+ int n = 0, unum = 0;
int nSelf = 0, nAuto = 0;
uid = cuser.userid;