diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-14 21:28:13 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-14 21:29:22 +0200 |
commit | b134d4bc4ad665b82438eb8e1b5cbd1098a36aed (patch) | |
tree | b9470564d189036feb348dbbedd1c6f1e4bc10b1 /source3/param | |
parent | 749a50874906ba38f1085065933f2781b81d5dfa (diff) | |
download | samba-b134d4bc4ad665b82438eb8e1b5cbd1098a36aed.tar.gz samba-b134d4bc4ad665b82438eb8e1b5cbd1098a36aed.tar.bz2 samba-b134d4bc4ad665b82438eb8e1b5cbd1098a36aed.zip |
Attempt to fix the build
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 5d3ac9207e..dbbd6e327d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -8730,28 +8730,6 @@ static int process_usershare_file(const char *dir_name, const char *file_name, i } /*************************************************************************** -Am I a usershare service? -***************************************************************************/ -bool am_usershare(int iService) -{ - if (iService >= 0) { - return (ServicePtrs[iService]->usershare == USERSHARE_VALID); - } - return false; -} - -/*************************************************************************** -Am I a usershare service? -***************************************************************************/ -bool am_usershare(int iService) -{ - if (iService >= 0) { - return (ServicePtrs[iService]->usershare == USERSHARE_VALID); - } - return false; -} - -/*************************************************************************** Checks if a usershare entry has been modified since last load. ***************************************************************************/ |