mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
Fix bug introduced in r98542: previously to this revision the byte-swapped value was compared at this place. The current check is in a conditional section where the non-byte-swapped value was already checked to be not the value which is checked again. As byte-swapping is activated afterwards, it only makes sense if the byte-swapped value is checked. Submitted by: Keith White <kwhite@site.uottawa.ca> PR: 200059 MFC after: 1 month Sponsored by: Essen Hackathon |
||
|---|---|---|
| .. | ||
| dirs.c | ||
| extern.h | ||
| interactive.c | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| restore.8 | ||
| restore.c | ||
| restore.h | ||
| symtab.c | ||
| tape.c | ||
| utilities.c | ||