svn commit: samba r5266 - in branches/SAMBA_4_0/source/ldap_server: .

gd at samba.org gd at samba.org
Mon Feb 7 22:02:13 GMT 2005


Author: gd
Date: 2005-02-07 22:02:05 +0000 (Mon, 07 Feb 2005)
New Revision: 5266

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5266

Log:
This is a nice typo ;-)

Guenther

Modified:
   branches/SAMBA_4_0/source/ldap_server/ldap_hacked_ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_hacked_ldb.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_hacked_ldb.c	2005-02-07 19:39:15 UTC (rev 5265)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_hacked_ldb.c	2005-02-07 22:02:05 UTC (rev 5266)
@@ -64,7 +64,7 @@
 	attrs->values[0].data = talloc_steal(mem_ctx, elem->values[0].data);
 
 	if (strcasecmp(attrs->name, "objectGUID") == 0 ||
-	    strcasecmp(attrs->name, "invacationID") == 0)
+	    strcasecmp(attrs->name, "invocationID") == 0)
 	{
 		struct GUID guid;
 		DATA_BLOB blob;



More information about the samba-cvs mailing list