From 2a01842da814a716464f4d6f344f615820744bec Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 16 Jun 2011 16:13:01 +0200 Subject: s3: RIP 'struct client_address'. Signed-off-by: Andrew Bartlett --- source3/include/smb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3') diff --git a/source3/include/smb.h b/source3/include/smb.h index c867d607b6..a72e9ad29a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -317,11 +317,6 @@ typedef struct files_struct { #include "ntquotas.h" #include "sysquotas.h" -struct client_address { - char addr[INET6_ADDRSTRLEN]; - const char *name; -}; - struct vuid_cache_entry { struct auth_serversupplied_info *session_info; uint16_t vuid; -- cgit