r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
[gd/samba-autobuild/.git] / source3 / smbd / error.c
index 3cdcae5c7f5f8525d11b94b994a1601b90193965..fa236f0de05aae8f85e2d4bec33234cc5fb68699 100644 (file)
@@ -26,7 +26,7 @@ extern struct unix_error_map unix_dos_nt_errmap[];
 extern uint32 global_client_caps;
 /* these can be set by some functions to override the error codes */
 static int override_ERR_class;
-static int override_ERR_code;
+static uint32 override_ERR_code;
 static NTSTATUS override_ERR_ntstatus;
 
 /****************************************************************************