diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/irmd/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c index 67c2ad60..c9c989c5 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -236,9 +236,6 @@ static struct ipcp_entry * get_ipcp_by_dst_name(const char * name) if (e->dif_name == NULL) continue; - log_dbg("IPCP %s found for name %s with hash enum %d.", - e->dif_name, name, e->dir_hash_algo); - hash = malloc(IPCP_HASH_LEN(e)); if (hash == NULL) return NULL; @@ -777,9 +774,6 @@ static int name_reg(const char * name, if (wildcard_match(difs[i], e->dif_name)) continue; - log_dbg("gonna register %s in dif %s.", - name, e->dif_name); - hash = malloc(IPCP_HASH_LEN(e)); if (hash == NULL) break; |