]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. Tidy up the white space.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 30 Oct 2009 05:04:01 +0000 (05:04 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 30 Oct 2009 05:04:01 +0000 (05:04 +0000)
commit2326eb2b4d0b0afcfd05f996b9cb097979c2a14a
treeb0a7f8bf0f3070fa348668d2d2cf7223f0bd87ed
parent4d69b292b3b6a775e85786b4fcae9a2996143c81
1. Tidy up the white space.

2. Add copious comments, mostly doxygen-style, to document
the functions and the transport_client struct.

3. In client_connect(): plug a memory leak by freeing
client->xmpp_id before overlaying it.  Plug a potential
similar leak in client_send_message().

4. In client_send_message(): return 1 (an error) instead of
0 (success) when the first parameter is NULL.

M    include/opensrf/transport_client.h
M    src/libopensrf/transport_client.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1833 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/transport_client.h
src/libopensrf/transport_client.c