From 184eede38a076a0946ab91fd050439421f276d66 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sun, 5 Jul 2015 14:51:30 +0300 Subject: [PATCH] Typo in pamauth corrected --- src/plugins/PamAuth/pamauth.c | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/PamAuth/pamauth.c b/src/plugins/PamAuth/pamauth.c index 252fadb..3c171c5 100644 --- a/src/plugins/PamAuth/pamauth.c +++ b/src/plugins/PamAuth/pamauth.c @@ -19,7 +19,7 @@ static int already_loaded = 0; static struct auth pamauth; #ifdef USERCASE static int usercaselow = 0; -#edif +#endif static unsigned char *service=NULL; static struct pluginlink * pl; diff --git a/src/version.h b/src/version.h index dfd75a5..e5d17f3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ #define VERSION "3proxy-0.8b-devel" -#define BUILDDATE "150516170531" +#define BUILDDATE "150608002425"