From d126414b47d8d8f9a6530a819a4f68aac0654617 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Nov 2011 16:14:10 +0100 Subject: s3: Move server_info_struct to nmbd That's the only place where it's used. --- source3/include/smb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 95f0a7136d..b46f49881e 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -518,15 +518,6 @@ typedef struct { fstring domain; /* domain that the client specified */ } userdom_struct; -/* used for server information: client, nameserv and ipc */ -struct server_info_struct { - fstring name; - uint32 type; - fstring comment; - fstring domain; /* used ONLY in ipc.c NOT namework.c */ - bool server_added; /* used ONLY in ipc.c NOT namework.c */ -}; - /* used for network interfaces */ struct interface { struct interface *next, *prev; -- cgit