diff options
author | nordmark <none@none> | 2007-04-30 11:40:27 -0700 |
---|---|---|
committer | nordmark <none@none> | 2007-04-30 11:40:27 -0700 |
commit | fd00680555e8f4173d02435c3b015e23cb232c49 (patch) | |
tree | 36e78191d6960bfc73067bb8aaab16312f1aa183 /usr/src/uts/common/os/netstack.c | |
parent | 1c42de6d020629af774dd9e9fc81be3f3ed9398e (diff) | |
download | illumos-joyent-fd00680555e8f4173d02435c3b015e23cb232c49.tar.gz |
6546122 ip_thread_exit() ill/ipif/nce refcount checks missing post-IP-instances
Diffstat (limited to 'usr/src/uts/common/os/netstack.c')
-rw-r--r-- | usr/src/uts/common/os/netstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/netstack.c b/usr/src/uts/common/os/netstack.c index 60ee49f8ed..7c7f0158dc 100644 --- a/usr/src/uts/common/os/netstack.c +++ b/usr/src/uts/common/os/netstack.c @@ -778,7 +778,7 @@ netstack_do_destroy(void) * Increases the reference count, caller must do a netstack_rele. * It can't be called after zone_destroy() has started. */ -static netstack_t * +netstack_t * netstack_get_current(void) { netstack_t *ns; |