svn commit: lorikeet r271 - in trunk/heimdal/kadmin: .

abartlet at samba.org abartlet at samba.org
Tue May 10 15:40:58 GMT 2005


Author: abartlet
Date: 2005-05-10 15:40:58 +0000 (Tue, 10 May 2005)
New Revision: 271

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

Log:
lha correctly points out that this variable can be safely inialised to
zero, the individual fields are requested in the setup_columns code.

Andrew Bartlett

Modified:
   trunk/heimdal/kadmin/get.c


Changeset:
Modified: trunk/heimdal/kadmin/get.c
===================================================================
--- trunk/heimdal/kadmin/get.c	2005-05-10 14:20:07 UTC (rev 270)
+++ trunk/heimdal/kadmin/get.c	2005-05-10 15:40:58 UTC (rev 271)
@@ -353,7 +353,7 @@
     data.table = NULL;
     data.chead = NULL;
     data.ctail = &data.chead;
-    data.mask = ~0;
+    data.mask = 0;
 
     if(opt->short_flag || opt->terse_flag) {
 	data.table = rtbl_create();



More information about the samba-cvs mailing list