diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-10-15 03:54:56 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-10-15 03:54:56 +0000 |
| commit | 1ab4eff43b0b363882d15f84d00cd746a82d8042 (patch) | |
| tree | d069bf7bbc25f29065bc4745a29f5d016ac6b433 /sys/dev | |
| parent | cea54ee29155657245d0689c5aea7dc77788eeb4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hifn/hifn7751.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index be57625d732a1..2f3bebc60beec 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -2207,7 +2207,7 @@ hifn_newsession(void *arg, u_int32_t *sidp, struct cryptoini *cri) struct cryptoini *c; struct hifn_softc *sc = arg; int mac = 0, cry = 0, sesn; - struct hifn_session *ses = NULL + struct hifn_session *ses = NULL; KASSERT(sc != NULL, ("hifn_newsession: null softc")); if (sidp == NULL || cri == NULL || sc == NULL) |
