diff options
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index 28c7182250..4604836f77 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -379,7 +379,7 @@ char *StrCpy(char *dest,char *src) char *d = dest; /* I don't want to get lazy with these ... */ - ASSERT(dest && src); + SMB_ASSERT(dest && src); if (!dest) return(NULL); if (!src) { |