From 02dd1f7f4c4f6e1f91bd651ccdde9b2bb3fcef81 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 16 Dec 2007 12:58:07 +0100 Subject: Make smb_np_struct talloc'ed Convert "name" from string to a talloc'ed char * (This used to be commit e82069f921b3a22295db91e092c22c459ccd7215) --- source3/include/ntdomain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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. */ -- cgit