From 24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 15 Jul 2008 14:37:48 -0700 Subject: Fix swat. Bug #5613. Jeremy (This used to be commit 15920f838835f5dbbac8712202267c2a99237686) --- source3/param/loadparm.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index b2cbbf1671..18ca495cea 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -8902,15 +8902,6 @@ bool lp_load_with_registry_shares(const char *pszFname, true); } -/*************************************************************************** - Reset the max number of services. -***************************************************************************/ - -void lp_resetnumservices(void) -{ - iNumServices = 0; -} - /*************************************************************************** Return the max number of services. ***************************************************************************/ -- cgit