diff options
-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. ***************************************************************************/ |