X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fecoli_node_helper.c;h=9ec7e892e65092f88880143a9e4e8942875010c7;hb=038508b2212449e82ff8ace9eae8742d99ed0186;hp=b2be8f7a1e3e7177f6071a01ec60fd877792de4f;hpb=da3c7c9f2aaf48e5eb69d649733c5e85bca50624;p=protos%2Flibecoli.git diff --git a/lib/ecoli_node_helper.c b/lib/ecoli_node_helper.c index b2be8f7..9ec7e89 100644 --- a/lib/ecoli_node_helper.c +++ b/lib/ecoli_node_helper.c @@ -70,7 +70,7 @@ struct ec_config * ec_node_config_node_list_from_vargs(va_list ap) { struct ec_config *list = NULL; - struct ec_node *node; + struct ec_node *node = va_arg(ap, struct ec_node *); list = ec_config_list(); if (list == NULL)