mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
change notify fix left out of merge by APP_HEAD by accident
This commit is contained in:
parent
477e8bb1a9
commit
a413ff8b49
@ -2432,8 +2432,9 @@ static void spoolss_notify_security_desc(int snum,
|
||||
NT_PRINTER_INFO_LEVEL *printer,
|
||||
TALLOC_CTX *mem_ctx)
|
||||
{
|
||||
data->notify_data.data.length=0;
|
||||
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 ) ;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user