diff options
author | jcid <devnull@localhost> | 2008-05-17 03:00:04 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-17 03:00:04 +0200 |
commit | 907df0d21b68efd17f176d883a5d857d571237c6 (patch) | |
tree | c975f8b5721cd0902c9dab07177b2ce7e664826b /src/IO/http.c | |
parent | 42a48c329bdaa79d3a92951912f1174b7bc5035c (diff) |
- CCC: added reentrancy control to the OpEnd and OpAbort operations.
- CCC: enhanced the debug function and implemented OpAbort for dpi.
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index 46a2f313..6275db3d 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -498,7 +498,7 @@ void a_Http_ccc(int Op, int Branch, int Dir, ChainLink *Info, { int SKey = VOIDP2INT(Info->LocalKey); - a_Chain_debug_msg("a_Http_ccc", Op, Branch, Dir); + dReturn_if_fail( a_Chain_check("a_Http_ccc", Op, Branch, Dir, Info) ); if (Branch == 1) { if (Dir == BCK) { |