From 1dc52e8fbf1d9e56ff7fdcd1c637e21e6b23e456 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 21 Mar 2008 03:56:54 +0100 Subject: Move MAX.*ENTRY definitions out of old rpc srvsvc parsing code. Guenther (This used to be commit 4e36657275caa77bc9712fe627aeb6fe4aefc151) --- source3/include/rpc_srvsvc.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source3/include') 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 /***************************/ -- cgit