diff options
Diffstat (limited to 'games/mythserver/files/patch-common::authentication.c')
-rw-r--r-- | games/mythserver/files/patch-common::authentication.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/mythserver/files/patch-common::authentication.c b/games/mythserver/files/patch-common::authentication.c new file mode 100644 index 000000000000..90bdc94acccf --- /dev/null +++ b/games/mythserver/files/patch-common::authentication.c @@ -0,0 +1,10 @@ +--- common/authentication.c.orig Sat Feb 9 15:13:18 2002 ++++ common/authentication.c Sat Feb 9 15:13:34 2002 +@@ -15,6 +15,7 @@ + #include "authentication.h"
+
+ /* -------- code */
++#define SERVER
+
+ #ifdef SERVER
+ static authentication_token global_guest_token= {0};
|