diff options
author | Andreas Schneider <asn@samba.org> | 2011-06-16 16:13:01 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-04 18:28:45 +1000 |
commit | 2a01842da814a716464f4d6f344f615820744bec (patch) | |
tree | 3e46bbb996eec3a4a90b5c6f10cf8cc42e2873af | |
parent | 2bcbeea05ec4b831d587f83795029dfbe5476c79 (diff) | |
download | samba-2a01842da814a716464f4d6f344f615820744bec.tar.gz samba-2a01842da814a716464f4d6f344f615820744bec.tar.bz2 samba-2a01842da814a716464f4d6f344f615820744bec.zip |
s3: RIP 'struct client_address'.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source3/include/smb.h | 5 |
1 files changed, 0 insertions, 5 deletions
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; |