CVSROOT:        /cvs
Module name:    src
Changes by:     r...@cvs.openbsd.org    2017/03/28 10:15:33

Modified files:
        sbin/iked      : ikev2.c 

Log message:
Returning -1 in an imsg handler like ikev2_dispatch_cert aborts iked.

-1 means "I didn't handle or know this imsg", it should not be used to
indicate an application error in this context.

OK mikeb@

Reply via email to