]> git.evergreen-ils.org Git - OpenSRF.git/commit
In apacheGetParamValues() and apacheGetFirstParamValue():
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 12 Sep 2009 18:19:35 +0000 (18:19 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 12 Sep 2009 18:19:35 +0000 (18:19 +0000)
commitf427b846731e8016ef2b7fc5f322db232ea86e95
tree2e66cb7795a55bcdf0fc3d203f891b788344ea19
parent1385faffad8b5fbcc058480ddf7dc60c5f73b58f
In apacheGetParamValues() and apacheGetFirstParamValue():
applied const qualifier to nkey.

Also: changed the ensuing NULL tests to look at nkey
instead of key, since key has already been verified as
non-NULL.

Actually it looks like nkey is guaranteed to be non-NULL
as well, but that depends on the correct functioning
of osrfStringArray; so I left the NULL test, as
revised, in place.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1780 9efc2488-bf62-4759-914b-345cdb29e865
src/gateway/apachetools.c