search for: lp_disable_slp

Displaying 1 result from an estimated 1 matches for "lp_disable_slp".

2009 Apr 22
1
[PATCH] allow to disable SLP with runtime option
...tions", P_STRING, P_GLOBAL,&Globals.socket_options, NULL,0}, @@ -402,6 +404,7 @@ FN_GLOBAL_STRING(lp_socket_options, &Glo FN_GLOBAL_INTEGER(lp_rsync_port, &Globals.rsync_port) #ifdef HAVE_LIBSLP FN_GLOBAL_INTEGER(lp_slp_refresh, &Globals.slp_refresh) +FN_GLOBAL_BOOL(lp_disable_slp, &Globals.disable_slp) #endif FN_LOCAL_STRING(lp_auth_users, auth_users) Index: rsync-3.0.6pre1/clientserver.c =================================================================== --- rsync-3.0.6pre1.orig/clientserver.c 2009-04-22 12:47:39.000000000 +0200 +++ rsync-3.0.6pre1/clientserver.c 2...