Fix: do not remove field names when adding fields
[babeltrace.git] / converter / babeltrace.c
index eb2bb14646faced4336f5b5f43c128496d939d1d..090a3847467d2f73c4e03f457c634b2afdd53902 100644 (file)
@@ -167,7 +167,6 @@ static int get_fields_args(poptContext *pc)
 {
        char *str, *strlist, *strctx;
 
-       opt_payload_field_names = 0;
        strlist = (char *) poptGetOptArg(*pc);
        if (!strlist) {
                return -EINVAL;
This page took 0.022399 seconds and 4 git commands to generate.