1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-19 21:57:57 +03:00

Fixed compiler warning.

(This used to be commit c29cef7f3408714d4e6e18906760d74016c6748f)
This commit is contained in:
Tim Potter 2002-06-20 00:45:34 +00:00
parent 48aeecf820
commit df1893d532

View File

@ -475,7 +475,7 @@ BOOL message_named_mutex(char *name, unsigned int timeout)
{
TDB_DATA key;
int ret;
void (*oldsig_handler)(int);
void (*oldsig_handler)(int) = NULL;
if (!message_init())
return False;