mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
buglet fix
This commit is contained in:
parent
60f2f4e3df
commit
982ab0744f
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ ses_type(void *buf, int buflen)
|
|||
/*
|
||||
* PassThrough Device.
|
||||
*/
|
||||
return (SES_SES_PASSTHRU);
|
||||
return (SES_SES_PASSTHROUGH);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue