]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-restore.c
tag-utils: use the tag_opt_list_t as talloc context, if possible.
[notmuch] / notmuch-restore.c
index 28cbacf0cad7bf9c3bb9bf5c3067e3a1d2a2f715..ac913754d26b4e3130fe4ba2362fcd9dd4e9d30d 100644 (file)
@@ -105,7 +105,7 @@ parse_sup_line (void *ctx, char *line,
            tok_len++;
        }
 
            tok_len++;
        }
 
-       if (tag_op_list_append (ctx, tag_ops, tok, FALSE))
+       if (tag_op_list_append (tag_ops, tok, FALSE))
            return -1;
     }
 
            return -1;
     }