Browse Source

modules_k/dialog: Remove superfluous node check.

Timo Reimann 14 years ago
parent
commit
0e54244acb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      modules_k/dialog/dlg_hash.c

+ 0 - 3
modules_k/dialog/dlg_hash.c

@@ -943,9 +943,6 @@ static inline int internal_mi_print_dlg(struct mi_node *rpl,
 	if(node1 == 0)
 		goto error;
 
-	if(node1 == 0)
-		goto error;
-
 	if (with_context) {
 		node1 = add_mi_node_child(node, 0, "context", 7, 0, 0);
 		if(node1 == 0)