mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-31 12:23:52 +03:00 
			
		
		
		
	Fix Coverity ID 503
This commit is contained in:
		| @@ -4785,7 +4785,7 @@ bool spoolss_io_q_addprinterex(const char *desc, SPOOL_Q_ADDPRINTEREX *q_u, prs_ | ||||
| 		if (!sec_io_desc_buf(desc, &q_u->secdesc_ctr, ps, depth)) | ||||
| 			return False; | ||||
| 	} else { | ||||
| 		uint32 dummy; | ||||
| 		uint32 dummy = 0; | ||||
|  | ||||
| 		/* Parse a NULL security descriptor.  This should really | ||||
| 			happen inside the sec_io_desc_buf() function. */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user