diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mpd5/files/patch-auth.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mpd5/files/patch-auth.h b/net/mpd5/files/patch-auth.h new file mode 100644 index 000000000000..7daac66a1ced --- /dev/null +++ b/net/mpd5/files/patch-auth.h @@ -0,0 +1,13 @@ +Index: src/auth.h +=================================================================== +--- src/auth.h (revision 2271) ++++ src/auth.h (revision 2272) +@@ -240,8 +240,6 @@ struct auth { + }; + typedef struct auth *Auth; + +-struct radiusconf radius; /* RADIUS configuration */ +- + /* + * Interface between the auth-backend (secret file, RADIUS, etc.) and Mpd's + * internal structs. |