1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

Fix compiler warning.

This commit is contained in:
Tim Potter -
parent 018733eedd
commit 0308f24ad2

View File

@ -391,7 +391,7 @@ typedef struct acl_struct {
#define OFF(f) (0x1000 + (f) + 4)
void print_sid(DOM_SID *sid);
static void print_sid(DOM_SID *sid);
int verbose = 1;
DOM_SID old_sid, new_sid;