svn commit: lorikeet r584 - in trunk/heimdal/lib/hdb: .

lha at samba.org lha at samba.org
Mon Oct 9 12:37:39 GMT 2006


Author: lha
Date: 2006-10-09 12:37:38 +0000 (Mon, 09 Oct 2006)
New Revision: 584

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

Log:
merge build fixes from heimdal cvs 20061009
Modified:
   trunk/heimdal/lib/hdb/keytab.c


Changeset:
Modified: trunk/heimdal/lib/hdb/keytab.c
===================================================================
--- trunk/heimdal/lib/hdb/keytab.c	2006-10-09 11:25:53 UTC (rev 583)
+++ trunk/heimdal/lib/hdb/keytab.c	2006-10-09 12:37:38 UTC (rev 584)
@@ -35,7 +35,7 @@
 
 /* keytab backend for HDB databases */
 
-RCSID("$Id: keytab.c,v 1.15 2006/10/09 11:22:59 lha Exp $");
+RCSID("$Id: keytab.c,v 1.16 2006/10/09 12:36:40 lha Exp $");
 
 struct hdb_data {
     char *dbname;
@@ -221,7 +221,7 @@
 	return ret;
     }
     ret = (*db->hdb_fetch)(context, db, principal, 
-			   HDB_F_DECRYPT||
+			   HDB_F_DECRYPT|
 			   HDB_F_GET_CLIENT|HDB_F_GET_SERVER|HDB_F_GET_KRBTGT,
 			   &ent);
 



More information about the samba-cvs mailing list