mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE not
handle in isp_async.
This commit is contained in:
parent
50719f7521
commit
be534d5f1a
1 changed files with 2 additions and 1 deletions
|
|
@ -2802,9 +2802,10 @@ isp_async(struct ispsoftc *isp, ispasync_t cmd, void *arg)
|
|||
isp_reinit(isp);
|
||||
break;
|
||||
}
|
||||
case ISPASYNC_UNHANDLED_RESPONSE:
|
||||
break;
|
||||
default:
|
||||
isp_prt(isp, ISP_LOGERR, "unknown isp_async event %d", cmd);
|
||||
rv = -1;
|
||||
break;
|
||||
}
|
||||
return (rv);
|
||||
|
|
|
|||
Loading…
Reference in a new issue