1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

nsswitch: libpam remove depedance on locale.h use directly LOCALEDIR

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Matthieu Patou 2010-02-28 22:53:04 +03:00 committed by Stefan Metzmacher
parent 3f946240fa
commit db6781833d
2 changed files with 1 additions and 2 deletions

View File

@ -156,7 +156,7 @@ static inline void textdomain_init(void);
static inline void textdomain_init(void)
{
if (!initialized) {
bindtextdomain(MODULE_NAME, dyn_LOCALEDIR);
bindtextdomain(MODULE_NAME, LOCALEDIR);
initialized = 1;
}
return;

View File

@ -9,7 +9,6 @@
#include "system/time.h"
#include <talloc.h>
#include "libwbclient/wbclient.h"
#include "localedir.h"
#define MODULE_NAME "pam_winbind"
#define PAM_SM_AUTH