From: Eivind Næss Date: Thu, 23 Sep 2021 14:57:12 +0000 (-0700) Subject: Fixing CLang [-Wcomment] warning for using /* inside of a /* comment. X-Git-Tag: ppp-2.5.0~56^2~3 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=275ccb0d931cfcb58a9b0c1f1b8c435a657b38f9;p=ppp.git Fixing CLang [-Wcomment] warning for using /* inside of a /* comment. Signed-off-by: Eivind Næss --- diff --git a/pppd/plugins/radius/radius.c b/pppd/plugins/radius/radius.c index 4323820..254ed90 100644 --- a/pppd/plugins/radius/radius.c +++ b/pppd/plugins/radius/radius.c @@ -206,7 +206,7 @@ add_avp(char **argv) * 1 -- we are ALWAYS willing to supply a secret. :-) * %DESCRIPTION: * Tells pppd that we will try to authenticate the peer, and not to -* worry about looking in /etc/ppp/*-secrets +* worry about looking in *-secrets file(s) ***********************************************************************/ static int radius_secret_check(void)