diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-10 08:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:31 -0500 |
commit | 39b1d2b4c4a6a820c78440fb5d2c32f75de3289d (patch) | |
tree | 9e19fbd0157b0aab39b04f1b7cf075864c8a4678 /source4 | |
parent | c7304b3ab8396ffd1eb54a09cc730ea975ad488c (diff) | |
download | samba-39b1d2b4c4a6a820c78440fb5d2c32f75de3289d.tar.gz samba-39b1d2b4c4a6a820c78440fb5d2c32f75de3289d.tar.bz2 samba-39b1d2b4c4a6a820c78440fb5d2c32f75de3289d.zip |
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)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/irpc.idl | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |