Improve SQLite support by unifying DB updating.
[rsync-patches.git] / slp.diff
index 1d667ec723d3f0c212cba4233e2128542522e619..3dc5f3f60ba80be13f0558e742a38e71663f8eb3 100644 (file)
--- a/slp.diff
+++ b/slp.diff
@@ -10,7 +10,7 @@ To use this patch, run these commands for a successful build:
 TODO: the configure changes should abort if the user requests --enable-slp
 and we can't honor that request.
 
-based-on: 05fce6582a9192c58b2107153ec00056fd120d14
+based-on: 63f91976112b8b2118cc17eb5fc8142175566f4f
 diff --git a/Makefile.in b/Makefile.in
 --- a/Makefile.in
 +++ b/Makefile.in
@@ -479,7 +479,7 @@ new file mode 100644
 +              exit_cleanup(RERR_SYNTAX);
 +      }
 +
-+      n = lp_numservices();
++      n = lp_num_modules();
 +
 +      if (0 == lp_slp_refresh())
 +              timeout = SLP_LIFETIME_MAXIMUM; /* don't expire, ever */