]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap.c
add data_name to struct protent
[ppp.git] / pppd / chap.c
index 27a60f21d058f76b5695d2e61f468737668ff4c5..b580d2cb40e1cc6ce82f40331cdc01e1b23f4c34 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.19 1999/03/16 03:15:13 paulus Exp $";
+static char rcsid[] = "$Id: chap.c,v 1.20 1999/03/16 22:54:38 paulus Exp $";
 #endif
 
 /*
@@ -94,6 +94,7 @@ struct protent chap_protent = {
     NULL,
     1,
     "CHAP",
+    NULL,
     chap_option_list,
     NULL,
     NULL,