From 39b1d2b4c4a6a820c78440fb5d2c32f75de3289d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Jul 2005 08:42:09 +0000 Subject: r8286: 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) (This used to be commit 5006528554a70c25fea15966d68b4002850ebb3e) --- source4/librpc/idl/irpc.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl index 0d4e305e98..c28f861bd7 100644 --- a/source4/librpc/idl/irpc.idl +++ b/source4/librpc/idl/irpc.idl @@ -36,7 +36,6 @@ hyper query_count; hyper register_count; hyper release_count; - hyper refresh_count; } nbtd_statistics; typedef union { -- cgit