mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
rewrote rpcclient enumaliases command.
(This used to be commit 492fdaaf20
)
This commit is contained in:
@ -231,7 +231,7 @@ int sid_size(const DOM_SID *sid)
|
||||
Duplicates a sid - mallocs the target.
|
||||
*****************************************************************/
|
||||
|
||||
DOM_SID *sid_dup(DOM_SID *src)
|
||||
DOM_SID *sid_dup(const DOM_SID *src)
|
||||
{
|
||||
DOM_SID *dst;
|
||||
|
||||
|
Reference in New Issue
Block a user