summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
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/include/ntdomain.h
parent6f9228b01131d0fad464971297393ccb8a15703f (diff)
downloadsamba-c7ee025ead4a85b6fa44a832047b878451845fb6.tar.gz
samba-c7ee025ead4a85b6fa44a832047b878451845fb6.tar.xz
samba-c7ee025ead4a85b6fa44a832047b878451845fb6.zip
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/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 50f93970126..0b2648372b4 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -55,7 +55,7 @@ typedef struct
typedef struct
{
- int cnum;
+ connection_struct *conn;
int uid;
BOOL open; /* open connection */
uint16 device_state;
@@ -79,7 +79,6 @@ typedef struct
uint32 hdr_offsets;
uint32 frag_len_left;
uint32 next_frag_start;
-
} pipes_struct;
struct acct_info