s3:smbd: fix missing space in debug message in initial_break_processing()
authorMichael Adam <obnox@samba.org>
Tue, 26 Feb 2013 08:39:17 +0000 (09:39 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 28 Feb 2013 01:15:39 +0000 (02:15 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/oplock.c

index f44711323fae2c111d3fdb7d2ae3df60a4be55fa..1fc7c83e8e814c0366566b1e86b7e4b8dfb76f6c 100644 (file)
@@ -290,7 +290,7 @@ static files_struct *initial_break_processing(
                /* The file could have been closed in the meantime - return success. */
                if( DEBUGLVL( 3 ) ) {
                        dbgtext( "initial_break_processing: cannot find open file with " );
-                       dbgtext( "file_id %s gen_id = %lu", file_id_string_tos(&id), file_id);
+                       dbgtext( "file_id %s gen_id = %lu", file_id_string_tos(&id), file_id);
                        dbgtext( "allowing break to succeed.\n" );
                }
                return NULL;