1
0
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:
Luke Leighton
1999-11-01 21:09:24 +00:00
parent 92892c014e
commit de573ca891
7 changed files with 490 additions and 174 deletions

View File

@ -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;