summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/interfaces.h
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-03-23 19:24:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:39 -0500
commitc61db93c7e2d46ac0fd1a0f98199c111fd416a9b (patch)
treecd8576cd34c969a6ed63afc69ca2349e8626bb47 /source4/libcli/raw/interfaces.h
parent40c2da7e896d7e3a37b96fad961c965c0ff5f999 (diff)
downloadsamba-c61db93c7e2d46ac0fd1a0f98199c111fd416a9b.tar.gz
samba-c61db93c7e2d46ac0fd1a0f98199c111fd416a9b.tar.bz2
samba-c61db93c7e2d46ac0fd1a0f98199c111fd416a9b.zip
r21949: After discussion with the Apple and Linux client maintainers,
changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. the lenght field does not count any null. (This used to be commit eef672bfff6b112ceceec2a58c78042352e83276)
Diffstat (limited to 'source4/libcli/raw/interfaces.h')
-rw-r--r--source4/libcli/raw/interfaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h
index e4efab3375..4620baed78 100644
--- a/source4/libcli/raw/interfaces.h
+++ b/source4/libcli/raw/interfaces.h
@@ -2576,7 +2576,7 @@ union smb_search_data {
NTTIME create_time;
uint32_t file_flags;
uint32_t flags_mask;
- const char *name;
+ struct smb_wire_string name;
} unix_info2;
};