mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Fix two debug messages.
Michael (This used to be commit 35e23368dd4240a3c907b4cee882f51119032527)
This commit is contained in:
parent
2dbbb37574
commit
59c0aa3afd
@ -526,7 +526,7 @@ SEC_DESC *svcctl_get_secdesc( TALLOC_CTX *ctx, const char *name, NT_USER_TOKEN *
|
||||
SAFE_FREE(path);
|
||||
|
||||
if ( !(values = TALLOC_ZERO_P( key, REGVAL_CTR )) ) {
|
||||
DEBUG(0,("add_new_svc_name: talloc() failed!\n"));
|
||||
DEBUG(0,("svcctl_get_secdesc: talloc() failed!\n"));
|
||||
TALLOC_FREE( key );
|
||||
return NULL;
|
||||
}
|
||||
@ -582,7 +582,7 @@ bool svcctl_set_secdesc( TALLOC_CTX *ctx, const char *name, SEC_DESC *sec_desc,
|
||||
SAFE_FREE(path);
|
||||
|
||||
if ( !(values = TALLOC_ZERO_P( key, REGVAL_CTR )) ) {
|
||||
DEBUG(0,("add_new_svc_name: talloc() failed!\n"));
|
||||
DEBUG(0,("svcctl_set_secdesc: talloc() failed!\n"));
|
||||
TALLOC_FREE( key );
|
||||
return False;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user