1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00

r13509: remove unnecessary sql flags

This commit is contained in:
Gerald Carter
2006-02-15 18:21:13 +00:00
committed by Gerald (Jerry) Carter
parent 654bb9853b
commit c3702e804a

View File

@@ -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 */