From: Miroslav Lichvar Date: Tue, 7 Jul 2020 15:55:07 +0000 (+0200) Subject: nts: fix comment about message handler X-Git-Tag: 4.0-pre3~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ee80debe4b66c591b49c327f5bf44ea0e2c532;p=thirdparty%2Fchrony.git nts: fix comment about message handler --- diff --git a/nts_ke_session.h b/nts_ke_session.h index 49d95b4f..f8e46f9d 100644 --- a/nts_ke_session.h +++ b/nts_ke_session.h @@ -32,7 +32,7 @@ typedef struct NKSN_Instance_Record *NKSN_Instance; -/* Handler for received NTS-KE messages. A non-zero return code stops +/* Handler for received NTS-KE messages. A zero return code stops the session. */ typedef int (*NKSN_MessageHandler)(void *arg);