From 5dd2d09a37966a1a0bba942307be22993c3b92ff Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 16 Jun 2003 18:37:54 +0000 Subject: Squelch one small compiler warning (This used to be commit d9ac2540dd0d56d97625fa02e55a57a1f5ac4abf) --- source3/nsswitch/winbindd_user.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_user.c') diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index dc07bc42e7..5c84c4cb82 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -26,13 +26,14 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND +extern userdom_struct current_user_info; + /* Fill a pwent structure with information we have obtained */ static BOOL winbindd_fill_pwent(char *dom_name, char *user_name, DOM_SID *user_sid, DOM_SID *group_sid, char *full_name, struct winbindd_pw *pw) { - extern userdom_struct current_user_info; fstring output_username; pstring homedir; fstring sid_string; -- cgit