View | Details | Raw Unified | Return to bug 106751
Collapse All | Expand All

(-)source/printing/nt_printing.c (-1 / +2 lines)
Lines 342-348 Link Here
342
	SEC_DESC *sec, *new_sec;
342
	SEC_DESC *sec, *new_sec;
343
	TALLOC_CTX *ctx = state;
343
	TALLOC_CTX *ctx = state;
344
	int result, i;
344
	int result, i;
345
	uint32 sd_size, size_new_sec;
345
	uint32 sd_size;
346
	size_t size_new_sec;
346
	DOM_SID sid;
347
	DOM_SID sid;
347
348
348
	if (!data.dptr || data.dsize == 0)
349
	if (!data.dptr || data.dsize == 0)

Return to bug 106751