Commit eedadfda authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0032-fix-uninitialized-value.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7334 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent dd811df5
...@@ -260,7 +260,7 @@ remove_node (node_list * list, int nid, int node_type) ...@@ -260,7 +260,7 @@ remove_node (node_list * list, int nid, int node_type)
{ {
int found; int found;
node_list *current, *previous; node_list *current = NULL, *previous = NULL;
//int cond=0; //int cond=0;
//int i=0; //int i=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment