summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
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;