Fixed compile warning.
authorTim Potter <tpot@samba.org>
Fri, 26 Oct 2001 22:58:32 +0000 (22:58 +0000)
committerTim Potter <tpot@samba.org>
Fri, 26 Oct 2001 22:58:32 +0000 (22:58 +0000)
(This used to be commit 320c21b7a9e0a914b8a9523775df8895cb41256f)

source3/smbd/mangle.c

index 40e66061afe068bc739358a886ce1a3188270388..01297c89a7a290fb717959faf7402bd8df241380 100644 (file)
@@ -1586,7 +1586,7 @@ void mangle_name_83(char *s)
 
        res = _mangle(u2);
        if (res) ucs2_to_dos (s, res, 13); /* ugly, but must be done this way */
-       DEBUG(10,("mangle_name_83: returning -> [%s]\n", res));
+       DEBUG(10,("mangle_name_83: returning -> [%s]\n", res?"True":"False"));
        SAFE_FREE(res);
        SAFE_FREE(u2);
 }