diff options
Diffstat (limited to '')
-rw-r--r-- | net/freeradius/files/patch-ab | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/freeradius/files/patch-ab b/net/freeradius/files/patch-ab index cd74cc9ab4a4..f9beec55bde7 100644 --- a/net/freeradius/files/patch-ab +++ b/net/freeradius/files/patch-ab @@ -1,10 +1,9 @@ ---- src/modules/rlm_mschap/rlm_mschap.c.orig Mon Jan 21 11:20:42 2002 -+++ src/modules/rlm_mschap/rlm_mschap.c Fri Jul 5 00:44:19 2002 -@@ -258,11 +258,15 @@ - { +--- src/modules/rlm_mschap/rlm_mschap.c.orig Tue Apr 8 11:53:05 2003 ++++ src/modules/rlm_mschap/rlm_mschap.c Tue Apr 8 11:53:32 2003 +@@ -260,10 +260,15 @@ SHA1_CTX Context; char hash[20]; -- + + const char *name; + + name = strchr(user_name, '\\'); |