[Opensrf-commits] r1193 - trunk/src/libopensrf
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 31 21:05:45 EST 2007
Author: miker
Date: 2007-12-31 20:42:22 -0500 (Mon, 31 Dec 2007)
New Revision: 1193
Modified:
trunk/src/libopensrf/osrf_prefork.c
Log:
Patch from Scott McKellar; use camelCase instead of under_score function names
Modified: trunk/src/libopensrf/osrf_prefork.c
===================================================================
--- trunk/src/libopensrf/osrf_prefork.c 2008-01-01 01:41:31 UTC (rev 1192)
+++ trunk/src/libopensrf/osrf_prefork.c 2008-01-01 01:42:22 UTC (rev 1193)
@@ -58,7 +58,7 @@
char* resc = va_list_to_string("%s_listener", appname);
- if(!osrf_system_bootstrap_client_resc( NULL, NULL, resc )) {
+ if(!osrfSystemBootstrapClientResc( NULL, NULL, resc )) {
osrfLogError( OSRF_LOG_MARK, "Unable to bootstrap client for osrf_prefork_run()");
free(resc);
return -1;
@@ -137,7 +137,7 @@
* so we can have our own */
osrfSystemIgnoreTransportClient();
- if(!osrf_system_bootstrap_client_resc( NULL, NULL, resc)) {
+ if(!osrfSystemBootstrapClientResc( NULL, NULL, resc)) {
osrfLogError( OSRF_LOG_MARK, "Unable to bootstrap client for osrf_prefork_run()");
free(resc);
return -1;
More information about the opensrf-commits
mailing list