diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 10:46:04 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 10:46:04 +0000 |
| commit | b158c25dc3c9262aa29fed2ca9e45b2cf0019be2 (patch) | |
| tree | 47d7859bd6f4d251371248fb42b62655c0fc81b6 /applications/jpip/libopenjpip/dec_clientmsg_handler.c | |
| parent | bc8a3c5b6ff9be348337a7400e2937b8c349de04 (diff) | |
[trunk] Import rev 1103 into trunk.
Diffstat (limited to 'applications/jpip/libopenjpip/dec_clientmsg_handler.c')
| -rw-r--r-- | applications/jpip/libopenjpip/dec_clientmsg_handler.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/jpip/libopenjpip/dec_clientmsg_handler.c b/applications/jpip/libopenjpip/dec_clientmsg_handler.c index f001238f..f4d9edf3 100644 --- a/applications/jpip/libopenjpip/dec_clientmsg_handler.c +++ b/applications/jpip/libopenjpip/dec_clientmsg_handler.c @@ -48,6 +48,8 @@ void handle_JPIPstreamMSG( SOCKET connected_socket, cachelist_param_t *cachelist newjpipstream = receive_JPIPstream( connected_socket, &target, &tid, &cid, &newstreamlen); + fprintf( stderr, "newjpipstream length: %d\n", newstreamlen); + parse_JPIPstream( newjpipstream, newstreamlen, *streamlen, msgqueue); *jpipstream = update_JPIPstream( newjpipstream, newstreamlen, *jpipstream, streamlen); |
