summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-29 13:24:42 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-29 13:24:42 +0000
commita2cbf43a6d6166ac35513e2cc78b98736345181e (patch)
treeee7ec88e8506acc4120976760666d648f473088e /source3/include/smb.h
parent87ea4b93ecde16a4156c9c307ad477537a837ef4 (diff)
downloadsamba-a2cbf43a6d6166ac35513e2cc78b98736345181e.tar.gz
samba-a2cbf43a6d6166ac35513e2cc78b98736345181e.tar.bz2
samba-a2cbf43a6d6166ac35513e2cc78b98736345181e.zip
split ntclient.c down into appropriate modules.
(This used to be commit 50d7e4d6f6b5d770742ee83523d6146cf51f8259)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index ab1ff0557f..62c3fec19d 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -584,7 +584,7 @@ typedef struct rpc_iface_info
typedef struct rpc_addr_info
{
uint16 len; /* length of the string including null terminator */
- fstring addr; /* the string above in single byte, null terminated form */
+ fstring str; /* the string above in single byte, null terminated form */
} RPC_ADDR_STR;