summaryrefslogtreecommitdiff
path: root/source/web/swat.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-14 17:38:29 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-14 17:38:29 +0000
commitc7ee025ead4a85b6fa44a832047b878451845fb6 (patch)
treeb57a953262c85164d9cf451756555043935ce6ee /source/web/swat.c
parent6f9228b01131d0fad464971297393ccb8a15703f (diff)
downloadsamba-c7ee025ead4a85b6fa44a832047b878451845fb6.tar.gz
this is the bug change to using connection_struct* instead of cnum.
Connections[] is now a local array in server.c I might have broken something with this change. In particular the oplock code is suspect and some .dll files aren't being oplocked when I expected them to be. I'll look at it after I've got some sleep.
Diffstat (limited to 'source/web/swat.c')
-rw-r--r--source/web/swat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 78c1fa4f198..7c7a2ef205b 100644
--- a/source/web/swat.c
+++ b/source/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)
{