From e1cec8775d3fa6540551e388dc9ab7ddcc01c106 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 26 May 2008 14:05:16 +0200 Subject: [PATCH] Eliminate global variable in_client. Should have been removed with b7f34e7ef2907b498a0645ce68f2773ed7d60cdc. Maybe lost because of picking cherries in the wrong order. Karolin --- source/libsmb/libsmb_context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/libsmb/libsmb_context.c b/source/libsmb/libsmb_context.c index c594cba449c..dd78bcee355 100644 --- a/source/libsmb/libsmb_context.c +++ b/source/libsmb/libsmb_context.c @@ -27,8 +27,6 @@ #include "libsmb_internal.h" -extern bool in_client; - /* * Is the logging working / configfile read ? */ -- 2.11.4.GIT