From 04af2ab06ec40ffb0cf533d862a884813957dcf3 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Feb 2006 18:21:13 +0000 Subject: r13509: remove unnecessary sql flags (This used to be commit c3702e804a74276ee53eb73f2d9b1fa9d3874b48) --- source3/include/passdb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/passdb.h') 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 */ -- cgit