svn commit: samba r16822 - in trunk/source/include: .
idra at samba.org
idra at samba.org
Wed Jul 5 14:55:22 GMT 2006
Author: idra
Date: 2006-07-05 14:55:21 +0000 (Wed, 05 Jul 2006)
New Revision: 16822
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16822
Log:
Let's have a name for when you do not want to pass in any flags, it is more understandable than passing just "0"
Modified:
trunk/source/include/idmap.h
Changeset:
Modified: trunk/source/include/idmap.h
===================================================================
--- trunk/source/include/idmap.h 2006-07-05 12:34:53 UTC (rev 16821)
+++ trunk/source/include/idmap.h 2006-07-05 14:55:21 UTC (rev 16822)
@@ -36,6 +36,7 @@
enum idmap_type { ID_USERID, ID_GROUPID };
+#define IDMAP_FLAG_NONE 0x0
#define IDMAP_FLAG_QUERY_ONLY 0x1 /* Don't ever allocate, just query. */
#define IDMAP_FLAG_CACHE_ONLY 0x2 /* Only look in our local cache, not remote. */
More information about the samba-cvs
mailing list