summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/ipc.c')
-rw-r--r--source3/smbd/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c
index 46fb6a22ff..70c2668d92 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -373,7 +373,7 @@ va_dcl
}
#if CHECK_TYPES
str = va_arg(args,char*);
- ASSERT(strncmp(str,p->curpos,strlen(str)) == 0);
+ SMB_ASSERT(strncmp(str,p->curpos,strlen(str)) == 0);
#endif
stringneeded = -1;