]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient/lib/sendserver.c
Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.
[ppp.git] / pppd / plugins / radius / radiusclient / lib / sendserver.c
index 34c489cd9c140717c63b8d0b421c09123a46fd76..23a056695e59ee01f1031e8d6c34c2f5b7d70da0 100644 (file)
@@ -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;
 }