mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix indentation.
This commit is contained in:
parent
a7e92fc91c
commit
e883df1d1b
1 changed files with 3 additions and 4 deletions
|
|
@ -3028,11 +3028,10 @@ pfsync_bulk_start(void)
|
|||
#else
|
||||
sc->sc_bulk_next = TAILQ_FIRST(&state_list);
|
||||
#endif
|
||||
sc->sc_bulk_last = sc->sc_bulk_next;
|
||||
sc->sc_bulk_last = sc->sc_bulk_next;
|
||||
|
||||
pfsync_bulk_status(PFSYNC_BUS_START);
|
||||
callout_reset(&sc->sc_bulk_tmo, 1,
|
||||
pfsync_bulk_update, sc);
|
||||
pfsync_bulk_status(PFSYNC_BUS_START);
|
||||
callout_reset(&sc->sc_bulk_tmo, 1, pfsync_bulk_update, sc);
|
||||
}
|
||||
#ifdef __FreeBSD__
|
||||
PF_UNLOCK();
|
||||
|
|
|
|||
Loading…
Reference in a new issue