diff options
| -rw-r--r-- | usr/src/uts/common/io/fibre-channel/ulp/fcip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c index c09f6fb613..b4aaef3437 100644 --- a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c +++ b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c @@ -5248,8 +5248,8 @@ fcip_udreq(queue_t *wq, mblk_t *mp) if (fdestp == NULL) { FCIP_DEBUG(FCIP_DEBUG_DLPI, (CE_NOTE, - "udreq - couldn't find dest struct for remote port"); - dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0)); + "udreq - couldn't find dest struct for remote port")); + dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0); return; } |
