mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4/dsdb: Add DSDB_FLAG_NEXT_MODULE flag
Although it is not currently used in implementation, my intention is for callers to clearly state what action they want to execute. Currently when a caller wants to pass the call to the next module in the chain, this flag is either omitted or 0 is used (which is somewhat hacky, isn't it) Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
3721161d90
commit
f570eec264
@ -30,6 +30,7 @@ struct dsdb_fsmo_extended_op;
|
||||
|
||||
/* extend the dsdb_request_add_controls() flags for module
|
||||
specific functions */
|
||||
#define DSDB_FLAG_NEXT_MODULE 0x00100000
|
||||
#define DSDB_FLAG_OWN_MODULE 0x00400000
|
||||
#define DSDB_FLAG_TOP_MODULE 0x00800000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user