diff options
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 4f8ee1f941..8a31720eea 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -651,9 +651,9 @@ enum ldb_request_type { LDB_DELETE, LDB_RENAME, LDB_EXTENDED, + LDB_SEQUENCE_NUMBER, LDB_REQ_REGISTER_CONTROL, - LDB_REQ_REGISTER_PARTITION, - LDB_SEQUENCE_NUMBER + LDB_REQ_REGISTER_PARTITION }; enum ldb_reply_type { |