diff options
-rw-r--r-- | source3/include/rpc_srvsvc.h | 14 | ||||
-rw-r--r-- | source3/rpc_server/srv_srvsvc_nt.c | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/source3/include/rpc_srvsvc.h b/source3/include/rpc_srvsvc.h index f4f456e82c..0f6fabe774 100644 --- a/source3/include/rpc_srvsvc.h +++ b/source3/include/rpc_srvsvc.h @@ -46,20 +46,6 @@ #define SRV_NET_FILE_QUERY_SECDESC 0x27 #define SRV_NET_FILE_SET_SECDESC 0x28 -#define MAX_SERVER_DISK_ENTRIES 15 - -/***************************/ - -/* oops - this is going to take up a *massive* amount of stack. */ -/* the UNISTR2s already have 1024 uint16 chars in them... */ - -#define MAX_SESS_ENTRIES 32 - -/***************************/ - -/* oops - this is going to take up a *massive* amount of stack. */ -/* the UNISTR2s already have 1024 uint16 chars in them... */ -#define MAX_CONN_ENTRIES 32 /***************************/ diff --git a/source3/rpc_server/srv_srvsvc_nt.c b/source3/rpc_server/srv_srvsvc_nt.c index c8f21b76bb..adbe3f684b 100644 --- a/source3/rpc_server/srv_srvsvc_nt.c +++ b/source3/rpc_server/srv_srvsvc_nt.c @@ -29,6 +29,21 @@ extern const struct generic_mapping file_generic_mapping; #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_SRV +#define MAX_SERVER_DISK_ENTRIES 15 + +/***************************/ + +/* oops - this is going to take up a *massive* amount of stack. */ +/* the UNISTR2s already have 1024 uint16 chars in them... */ + +#define MAX_SESS_ENTRIES 32 + +/***************************/ + +/* oops - this is going to take up a *massive* amount of stack. */ +/* the UNISTR2s already have 1024 uint16 chars in them... */ +#define MAX_CONN_ENTRIES 32 + /* Use for enumerating connections, pipes, & files */ struct file_enum_count { |