Fix build break
authorTim Prouty <tprouty@samba.org>
Thu, 13 Nov 2008 05:24:00 +0000 (21:24 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 13 Nov 2008 05:24:00 +0000 (21:24 -0800)
source3/smbd/nttrans.c

index caace5197c496e86a01b52414bb0be5e6a14063e..52c16e2ac6d4504aefa978beb02de80a4b34f6e7 100644 (file)
@@ -1607,7 +1607,7 @@ static void call_nt_transact_query_security_desc(connection_struct *conn,
        DEBUG(3,("call_nt_transact_query_security_desc: sd_size = %lu.\n",(unsigned long)sd_size));
 
        if (DEBUGLEVEL >= 10) {
-               DEBUG(10,("call_nt_transact_query_security_desc for file %s\n", fsp->fsp_name )
+               DEBUG(10,("call_nt_transact_query_security_desc for file %s\n", fsp->fsp_name));
                NDR_PRINT_DEBUG(security_descriptor, psd);
        }