Print this page
MFV: illumos-gate@b664061f7bf47f885e4f325a1f1ea21e8e09ea4b
9900 fcip: debug statement is mixed up
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Toomas Soome <tsoome@me.com>
        
*** 5246,5257 ****
          ether_to_wwn(&dlap->dl_phys, &wwn);
          fdestp = fcip_get_dest(fptr, &wwn);
  
          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));
                  return;
          }
  
          /*
           * Network header + SAP
--- 5246,5257 ----
          ether_to_wwn(&dlap->dl_phys, &wwn);
          fdestp = fcip_get_dest(fptr, &wwn);
  
          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);
                  return;
          }
  
          /*
           * Network header + SAP