]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. Changed osrfLogFacilityToInt() so that it accepts
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Sep 2009 12:26:21 +0000 (12:26 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Sep 2009 12:26:21 +0000 (12:26 +0000)
commitf154930bf8de2125f9dc6a1e450c0036e9b49d98
treec2244bb05b677567b38d95c5fff57ddc3eb52b81
parentfba25d7eb5ba06b4de6f261c7a5e482cf795ac86
1. Changed osrfLogFacilityToInt() so that it accepts
a const pointer.

2. Added the const qualifier to various variables.

3. In osrf_router_main.c: Removed three inappropriate
calls to free().  Some memory leaks remain, where we
fetch some cloned jsonObjects from jsonObjectFindPath()
and don't free them.

M    include/opensrf/log.h
M    src/router/osrf_router_main.c
M    src/gateway/osrf_http_translator.c
M    src/libopensrf/osrf_prefork.c
M    src/libopensrf/log.c
M    src/libopensrf/osrf_application.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1797 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/log.h
src/gateway/osrf_http_translator.c
src/libopensrf/log.c
src/libopensrf/osrf_application.c
src/libopensrf/osrf_prefork.c
src/router/osrf_router_main.c