1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Changes from APPLIANCE_HEAD:

source/rpc_server/srv_spoolss_nt.c
        - Fixed dereference of NULL pointer in security descriptor
          notification used by Win2K printers.
(This used to be commit 1b6efd18943ef3ed0e2e061495d05cfdecd86c88)
This commit is contained in:
David O'Neill 2001-01-18 16:13:03 +00:00
parent ebee2c6c6d
commit 1a0d64a425

View File

@ -1463,7 +1463,7 @@ static void spoolss_notify_security_desc(int snum,
TALLOC_CTX *mem_ctx)
{
data->notify_data.data.length=0;
data->notify_data.data.string[0]=0x00;
data->notify_data.data.string = NULL;
}
/*******************************************************************