svn commit: samba r8286 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Sun Jul 10 08:42:09 GMT 2005


Author: tridge
Date: 2005-07-10 08:42:09 +0000 (Sun, 10 Jul 2005)
New Revision: 8286

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

Log:
it makes more sense to combine the refresh count with the register count, as they
are really the same packet (you can register with a refresh)


Modified:
   branches/SAMBA_4_0/source/librpc/idl/irpc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/irpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/irpc.idl	2005-07-10 08:41:02 UTC (rev 8285)
+++ branches/SAMBA_4_0/source/librpc/idl/irpc.idl	2005-07-10 08:42:09 UTC (rev 8286)
@@ -36,7 +36,6 @@
 		hyper query_count;
 		hyper register_count;
 		hyper release_count;
-		hyper refresh_count;
 	} nbtd_statistics;
 
 	typedef union {



More information about the samba-cvs mailing list