diff options
author | Jeremy Allison <jra@samba.org> | 2008-07-15 14:37:48 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-07-15 14:37:48 -0700 |
commit | 24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f (patch) | |
tree | 0da0d85ccbb86f3710fe73b14513bf1ddbf9324a /source3/param | |
parent | 1939177582867fb54a416f3ea979ebd8d4335885 (diff) | |
download | samba-24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f.tar.gz samba-24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f.tar.bz2 samba-24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f.zip |
Fix swat. Bug #5613.
Jeremy
(This used to be commit 15920f838835f5dbbac8712202267c2a99237686)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -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. ***************************************************************************/ |