diff options
Diffstat (limited to 'source3/web/swat.c')
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index 78c1fa4f19..7c7a2ef205 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -36,9 +36,7 @@ static pstring servicesf = CONFIGFILE; void unbecome_root(BOOL restore_dir) {} /* We need this because we link to password.o */ BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override) {return False;} -connection_struct Connections[MAX_CONNECTIONS]; files_struct Files[MAX_OPEN_FILES]; -struct current_user current_user; static int enum_index(int value, struct enum_list *enumlist) { |