]> git.evergreen-ils.org Git - OpenSRF.git/commit
In osrf_system_shutdown(): provide a return value for an early
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 31 Mar 2009 12:45:53 +0000 (12:45 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 31 Mar 2009 12:45:53 +0000 (12:45 +0000)
commit649482c9894b89022df2e14faa84ebabf30fa86c
tree689ae397a60f2568b2712946bc58109ab6a30d86
parent85a199ad0b17347a2ad3bf799824d6d7a2ad6493
In osrf_system_shutdown(): provide a return value for an early
return (since the function is of type int).

It's not clear whether these are the right semantics, since we
never capture the return value anyway.  But if we're going
to return anything at all, it makes sense to return something
different in the case of an early return.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1688 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/osrf_system.c