diff options
-rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 1f3c8cb28b..79ba391867 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -420,6 +420,4 @@ struct pdb_init_function_entry { struct pdb_init_function_entry *prev, *next; }; -enum sql_search_field { SQL_SEARCH_NONE = 0, SQL_SEARCH_USER_SID = 1, SQL_SEARCH_USER_NAME = 2}; - #endif /* _PASSDB_H */ |