The branch, master has been updated
       via  b134d4bc4ad665b82438eb8e1b5cbd1098a36aed (commit)
      from  749a50874906ba38f1085065933f2781b81d5dfa (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b134d4bc4ad665b82438eb8e1b5cbd1098a36aed
Author: Volker Lendecke <v...@samba.org>
Date:   Tue Jul 14 21:28:13 2009 +0200

    Attempt to fix the build

-----------------------------------------------------------------------

Summary of changes:
 source3/param/loadparm.c |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 5d3ac92..dbbd6e3 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.
 ***************************************************************************/
 


-- 
Samba Shared Repository

Reply via email to