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:
parent
3f946240fa
commit
db6781833d
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user