X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Flib%2Fsendserver.c;h=23a056695e59ee01f1031e8d6c34c2f5b7d70da0;hb=bcfa20820fc9ff3b25bcf62308e3e737c1897dc6;hp=34c489cd9c140717c63b8d0b421c09123a46fd76;hpb=d95598c16f6a3feb4846db669601856bad15bb74;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/lib/sendserver.c b/pppd/plugins/radius/radiusclient/lib/sendserver.c index 34c489c..23a0566 100644 --- a/pppd/plugins/radius/radiusclient/lib/sendserver.c +++ b/pppd/plugins/radius/radiusclient/lib/sendserver.c @@ -1,5 +1,5 @@ /* - * $Id: sendserver.c,v 1.1 2002/01/22 16:03:02 dfs Exp $ + * $Id: sendserver.c,v 1.2 2002/03/04 14:59:52 dfs Exp $ * * Copyright (C) 1995,1996,1997 Lars Fenneberg * @@ -177,8 +177,8 @@ static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) } break; } - vp = vp->next; } + vp = vp->next; } return total_length; }