s3:dom_sid Global replace of DOM_SID with struct dom_sid
[ambi/samba-autobuild/.git] / testsuite / printing / psec.c
index 051837cec90ccca168dd66e1b3b3d9c3ce3c75a4..243861499669d082d11be4be5a867b1411421d0b 100644 (file)
@@ -146,7 +146,7 @@ char *ace_to_str(SEC_ACE *ace)
 void str_to_ace(SEC_ACE *ace, char *ace_str)
 {
        SEC_ACCESS sa;
-       DOM_SID sid;
+       struct dom_sid sid;
        uint32 mask;
        uint8 type, flags;
 
@@ -256,7 +256,7 @@ int psec_getsec(char *printer)
 
 int psec_setsec(char *printer)
 {
-       DOM_SID user_sid, group_sid;
+       struct dom_sid user_sid, group_sid;
        SEC_ACE *ace_list = NULL;
        SEC_ACL *dacl = NULL;
        SEC_DESC *sd;
@@ -304,7 +304,7 @@ int psec_setsec(char *printer)
                int ace_type, ace_flags;
                uint32 ace_mask;
                fstring sidstr;
-               DOM_SID sid;
+               struct dom_sid sid;
                SEC_ACCESS sa;
 
                if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,