• hujie's avatar
    fix clear USER_FLAG_ALLCOMMANDS flag in acl · edc1f7b1
    hujie authored
    in ACLSetUserCommandBit, when the command bit overflows, no operation
    is performed, so no need clear the USER_FLAG_ALLCOMMANDS flag.
    
    in ACLSetUser, when adding subcommand, we don't need to call
    ACLGetCommandID ahead since subcommand may be empty.
    edc1f7b1
acl.c 76.2 KB