summaryrefslogtreecommitdiff
path: root/source4/torture/raw/notify.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-08-11 21:11:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:52 -0500
commitae274c84d734165f6af8356a15d38c56b7d07406 (patch)
tree04ada5f44db8b9a7daa6887a5c4b4a0580c83027 /source4/torture/raw/notify.c
parent44e04cdb11a87ae78cabd76c61e11ae1f283dfaa (diff)
downloadsamba-ae274c84d734165f6af8356a15d38c56b7d07406.tar.gz
samba-ae274c84d734165f6af8356a15d38c56b7d07406.tar.bz2
samba-ae274c84d734165f6af8356a15d38c56b7d07406.zip
r1740: fixed the torture suite for ASCII-only servers
(This used to be commit c3bce90be745db3e7cbf8273c1c8496920332f5e)
Diffstat (limited to 'source4/torture/raw/notify.c')
-rw-r--r--source4/torture/raw/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c
index 6e7cf218ea..aec92bf641 100644
--- a/source4/torture/raw/notify.c
+++ b/source4/torture/raw/notify.c
@@ -40,7 +40,7 @@
}} while (0)
#define CHECK_WSTR(field, value, flags) do { \
- if (!field.s || strcmp(field.s, value) || wire_bad_flags(&field, flags)) { \
+ if (!field.s || strcmp(field.s, value) || wire_bad_flags(&field, flags, cli)) { \
printf("(%d) %s [%s] != %s\n", __LINE__, #field, field.s, value); \
ret = False; \
goto done; \