diff options
| author | Ramesh Kumar Katla <Ramesh.K@Sun.COM> | 2010-06-21 16:16:00 -0700 |
|---|---|---|
| committer | Ramesh Kumar Katla <Ramesh.K@Sun.COM> | 2010-06-21 16:16:00 -0700 |
| commit | a5628610b3cb18335f49944f353e3be7b9e669f4 (patch) | |
| tree | 3e8e2927a3a02b6da4a216b37bb190745a0cd3bd /usr/src/uts/common/inet/ip/ipclassifier.c | |
| parent | f970887035084ffc66d633763104257174c8c502 (diff) | |
| download | illumos-joyent-a5628610b3cb18335f49944f353e3be7b9e669f4.tar.gz | |
6960474 assertion failed: (connp)->conn_ioctlref != 0, file: ../../common/inet/ip/ip.c, line: 12588
Diffstat (limited to 'usr/src/uts/common/inet/ip/ipclassifier.c')
| -rw-r--r-- | usr/src/uts/common/inet/ip/ipclassifier.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/ip/ipclassifier.c b/usr/src/uts/common/inet/ip/ipclassifier.c index 3d4cbd52ae..bc2173ff24 100644 --- a/usr/src/uts/common/inet/ip/ipclassifier.c +++ b/usr/src/uts/common/inet/ip/ipclassifier.c @@ -635,6 +635,7 @@ ipcl_conn_destroy(conn_t *connp) ASSERT(!MUTEX_HELD(&connp->conn_lock)); ASSERT(connp->conn_ref == 0); + ASSERT(connp->conn_ioctlref == 0); DTRACE_PROBE1(conn__destroy, conn_t *, connp); |
