From da0f222f432c4fc8bf5da80baf849ca32b315ca0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 3 Dec 2007 23:33:16 +0100 Subject: r26271: Remove some more uses of global_loadparm. (This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c) --- source4/torture/util_smb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/torture/util_smb.c') 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; -- cgit