[ppp] Fixed typo in ppp-2.4.5-eaptls-mppe-0.99.patch

Michal Sekletar msekleta at fedoraproject.org
Tue May 29 11:24:15 UTC 2012


commit 0d9948c73a37de6b852726138fa413573b4959b9
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Tue May 29 13:23:32 2012 +0200

    Fixed typo in ppp-2.4.5-eaptls-mppe-0.99.patch

 ppp-2.4.5-eaptls-mppe-0.99.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ppp-2.4.5-eaptls-mppe-0.99.patch b/ppp-2.4.5-eaptls-mppe-0.99.patch
index e0f78d4..4f468f4 100644
--- a/ppp-2.4.5-eaptls-mppe-0.99.patch
+++ b/ppp-2.4.5-eaptls-mppe-0.99.patch
@@ -290,7 +290,7 @@ diff -Naur ppp-2.4.5/pppd/auth.c ppp-2.4.5-eaptls-mppe-0.99/pppd/auth.c
 +#ifdef USE_EAPTLS
 +/* Hook for a plugin to get the EAP-TLS password for authenticating us */
 +int (*eaptls_passwd_hook) __P((char *user, char *passwd)) = NULL;
-++int (*eaptls_check_hook) __P((void)) = NULL;
++int (*eaptls_check_hook) __P((void)) = NULL;
 +#endif
 +
  /* Hook for a plugin to say whether it is OK if the peer


More information about the scm-commits mailing list