s3:dom_sid Global replace of DOM_SID with struct dom_sid
[samba.git] / source3 / utils / net_usershare.c
index c005268d0bf3d16f4c1f97cb6893ae0a136f93e7..bbaf39a6e4598e477fa7acdbb33b853cd991ae06 100644 (file)
@@ -806,7 +806,7 @@ static int net_usershare_add(struct net_context *c, int argc, const char **argv)
        num_aces += count_chars(pacl,',');
 
        for (i = 0; i < num_aces; i++) {
-               DOM_SID sid;
+               struct dom_sid sid;
                const char *pcolon = strchr_m(pacl, ':');
                const char *name;