Minor changes as I've now discovered gcc -pedantic-errors. This
[samba.git] / source3 / smbd / server.c
index 59fd45f75ea8a066e86554c130cc827a0daf3e51..ba7a0a18f115e6284f5dd8be34c2f2063704ca98 100644 (file)
@@ -1237,8 +1237,7 @@ static BOOL check_access_allowed_for_current_user( char *fname, int accmode )
     }
 #else /* defined(WIFEXITED) && defined(WEXITSTATUS) */
     if(status_code != 0) {
-      DEBUG(9,("check_access_allowed_for_current_user: The status of the process e
-xiting was %d. Returning access denied.\n", status_code));
+      DEBUG(9,("check_access_allowed_for_current_user: The status of the process exiting was %d. Returning access denied.\n", status_code));
       return(False);
     }
 #endif /* defined(WIFEXITED) && defined(WEXITSTATUS) */