summaryrefslogtreecommitdiff
path: root/libfdcore/hooks.c
diff options
context:
space:
mode:
authorSukchan Lee <acetcom@gmail.com>2021-03-21 13:14:26 +0900
committerSukchan Lee <acetcom@gmail.com>2021-03-21 13:14:26 +0900
commit32d46d3f43485e171b1e28117d0db049dfc829b0 (patch)
treeb3506d614932f50730e023391600287676ac0c08 /libfdcore/hooks.c
parente07f3955e6d0f59f272fd21d3b21a5e2eac17426 (diff)
Release freeDiameter v1.5.0main
Diffstat (limited to 'libfdcore/hooks.c')
-rw-r--r--libfdcore/hooks.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libfdcore/hooks.c b/libfdcore/hooks.c
index 885be86..b812649 100644
--- a/libfdcore/hooks.c
+++ b/libfdcore/hooks.c
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2015, WIDE Project and NICT *
+* Copyright (c) 2020, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
@@ -332,7 +332,9 @@ void fd_hook_call(enum fd_hook_type type, struct msg * msg, struct fd_peer * p
/* There was no registered handler, default behavior for this hook */
switch (type) {
case HOOK_DATA_RECEIVED: {
+#ifdef DEBUG
struct fd_cnx_rcvdata *rcv_data = other;
+#endif
LOG_A("RCV: %zd bytes", rcv_data->length);
break;
}