]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient/src/radius.c
Added RADIUS support for MPPE (patch from Frank Cusack)
[ppp.git] / pppd / plugins / radius / radiusclient / src / radius.c
index ce5fdccfb829a98f3470999e70c0697b39038755..493b5c6e90f675633b9c3941ead101f7b10ffed3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: radius.c,v 1.1 2002/01/22 16:03:04 dfs Exp $
+ * $Id: radius.c,v 1.2 2002/04/02 14:09:35 dfs Exp $
  *
  * Copyright (C) 1996 Lars Fenneberg
  *
@@ -117,7 +117,7 @@ LFUNC auth_radius(UINT4 client_port, char *username, char *passwd)
        if (rc_avpair_add(&send, PW_USER_PASSWORD, passwd, 0, VENDOR_NONE) == NULL)
                return (LFUNC) NULL;
 
-       result = rc_auth(client_port, send, &received, msg);
+       result = rc_auth(client_port, send, &received, msg, NULL);
 
        if (result == OK_RC)
        {