summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-16 12:58:07 +0100
committerVolker Lendecke <vl@samba.org>2007-12-16 12:59:21 +0100
commit02dd1f7f4c4f6e1f91bd651ccdde9b2bb3fcef81 (patch)
tree870652b50a7eeefb61f6617649b379b213e43b54 /source3/include/ntdomain.h
parenta9b6deaa05942e4ffbfa3ee32a6ab65b866cc66d (diff)
downloadsamba-02dd1f7f4c4f6e1f91bd651ccdde9b2bb3fcef81.tar.gz
samba-02dd1f7f4c4f6e1f91bd651ccdde9b2bb3fcef81.tar.bz2
samba-02dd1f7f4c4f6e1f91bd651ccdde9b2bb3fcef81.zip
Make smb_np_struct talloc'ed
Convert "name" from string to a talloc'ed char * (This used to be commit e82069f921b3a22295db91e092c22c459ccd7215)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 25d7e44e53..6537d5a7fb 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -306,7 +306,7 @@ typedef struct smb_np_struct {
bool open; /* open connection */
uint16 device_state;
uint16 priority;
- fstring name;
+ char *name;
/* When replying to an SMBtrans, this is the maximum amount of
data that can be sent in the initial reply. */