1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-10 05:44:20 +03:00

change notify fix left out of merge by APP_HEAD by accident

This commit is contained in:
Gerald Carter
-
parent 477e8bb1a9
commit a413ff8b49

View File

@@ -2432,8 +2432,9 @@ static void spoolss_notify_security_desc(int snum,
NT_PRINTER_INFO_LEVEL *printer, NT_PRINTER_INFO_LEVEL *printer,
TALLOC_CTX *mem_ctx) TALLOC_CTX *mem_ctx)
{ {
data->notify_data.data.length=0;
data->notify_data.data.string = NULL; data->notify_data.data.string = NULL;
data->notify_data.sd.size = printer->info_2->secdesc_buf->len;
data->notify_data.sd.desc = dup_sec_desc( mem_ctx, printer->info_2->secdesc_buf->sec ) ;
} }
/******************************************************************* /*******************************************************************