From 914cd3e483bd83fb4d8e769b90d9136336ea51e9 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Thu, 6 Mar 2008 10:41:42 -0500 Subject: Eliminate global variable in_client and a plethora of extern declarations. Derrell (This used to be commit b7f34e7ef2907b498a0645ce68f2773ed7d60cdc) --- source3/client/smbspool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/client/smbspool.c') diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index e7df22c2bc..e827df4b09 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -35,7 +35,6 @@ * Globals... */ -extern bool in_client; /* Boolean for client library */ /* @@ -228,7 +227,7 @@ static bool smb_encrypt; setup_logging("smbspool", True); - in_client = True; /* Make sure that we tell lp_load we are */ + lp_set_in_client(True); /* Make sure that we tell lp_load we are */ load_case_tables(); -- cgit