diff options
author | Gerald Carter <jerry@samba.org> | 2006-02-15 18:21:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:08 -0500 |
commit | 04af2ab06ec40ffb0cf533d862a884813957dcf3 (patch) | |
tree | 8055d2b849d7674617c4b3c25d5a7310af3b79f8 /source3 | |
parent | 8189bb6e4c5a3cde757bb7823f51541c8940914b (diff) | |
download | samba-04af2ab06ec40ffb0cf533d862a884813957dcf3.tar.gz samba-04af2ab06ec40ffb0cf533d862a884813957dcf3.tar.bz2 samba-04af2ab06ec40ffb0cf533d862a884813957dcf3.zip |
r13509: remove unnecessary sql flags
(This used to be commit c3702e804a74276ee53eb73f2d9b1fa9d3874b48)
Diffstat (limited to 'source3')
-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 */ |