summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-07-15 14:38:19 -0700
committerKarolin Seeger <kseeger@samba.org>2008-07-16 09:34:51 +0200
commita9a2305d98d9e4d978f22b5ca218f51f2670bc4e (patch)
tree1a34fc6259d91868f5f7318326ce176f50916525 /source/param
parent380176fd004f42c8c9c0f2f4d0f32053ec11cadf (diff)
downloadsamba-a9a2305d98d9e4d978f22b5ca218f51f2670bc4e.tar.gz
samba-a9a2305d98d9e4d978f22b5ca218f51f2670bc4e.tar.xz
samba-a9a2305d98d9e4d978f22b5ca218f51f2670bc4e.zip
Fix swat. Bug #5613.
Jeremy (cherry picked from commit 1036bd6f8adcff316d2d86201b1a7097b4b9fe0c)
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 668a501e054..14939fb326b 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -8903,15 +8903,6 @@ bool lp_load_with_registry_shares(const char *pszFname,
}
/***************************************************************************
- Reset the max number of services.
-***************************************************************************/
-
-void lp_resetnumservices(void)
-{
- iNumServices = 0;
-}
-
-/***************************************************************************
Return the max number of services.
***************************************************************************/