network plugin: Don't blindly re-initialize everything in the init callback.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 7 Jun 2008 18:39:04 +0000 (20:39 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 7 Jun 2008 18:39:04 +0000 (20:39 +0200)
Under Solaris the init functions are called every time the kstat chain
is updated. Since, among other things, send_buffer_fill was set to zero
here, the plugin ``forgot'' about values.

Thank you very much to Eric LeBlanc for debugging this issue.


No differences found