Skip to content

Commit

Permalink
nsswitch/wins: use lp_load_global() wrapper of lp_load().
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>
Reviewed-by: Ira Cooper <[email protected]>
  • Loading branch information
obnoxxx authored and Ira Cooper committed Apr 22, 2015
1 parent 214ef25 commit d892ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsswitch/wins.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static void nss_wins_init(void)

TimeInit();
setup_logging("nss_wins",False);
lp_load(get_dyn_CONFIGFILE(),True,False,False,True);
lp_load_global(get_dyn_CONFIGFILE());
load_interfaces();
}

Expand Down

0 comments on commit d892ce2

Please sign in to comment.