diff options
Diffstat (limited to 'source4/torture/util_smb.c')
-rw-r--r-- | source4/torture/util_smb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/util_smb.c b/source4/torture/util_smb.c index 6e6acf220f..65dfaec1cc 100644 --- a/source4/torture/util_smb.c +++ b/source4/torture/util_smb.c @@ -279,11 +279,12 @@ void *shm_setup(int size) } -/* +/** check that a wire string matches the flags specified not 100% accurate, but close enough for testing */ -bool wire_bad_flags(struct smb_wire_string *str, int flags, struct smbcli_transport *transport) +bool wire_bad_flags(struct smb_wire_string *str, int flags, + struct smbcli_transport *transport) { bool server_unicode; int len; |