|
|
Author: jerry
Date: 2006-02-15 18:21:13 +0000 (Wed, 15 Feb 2006)
New Revision: 13509
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13509
Log:
remove unnecessary sql flags
Modified:
branches/SAMBA_3_0/source/include/passdb.h
trunk/source/include/passdb.h
Changeset:
Modified: branches/SAMBA_3_0/source/include/passdb.h
===================================================================
--- branches/SAMBA_3_0/source/include/passdb.h 2006-02-15 15:19:10 UTC (rev
13508)
+++ branches/SAMBA_3_0/source/include/passdb.h 2006-02-15 18:21:13 UTC (rev
13509)
@@ -420,6 +420,4 @@
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 */
Modified: trunk/source/include/passdb.h
===================================================================
--- trunk/source/include/passdb.h 2006-02-15 15:19:10 UTC (rev 13508)
+++ trunk/source/include/passdb.h 2006-02-15 18:21:13 UTC (rev 13509)
@@ -420,6 +420,4 @@
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 */
|
|