Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/cocci-move-array'
[gitweb.git]
/
list-objects-filter-options.c
diff --git
a/list-objects-filter-options.c
b/list-objects-filter-options.c
index 5c47e2b00243c1751428193ff4453a073d44e6c2..6a3cc985c45e751dd0c3f37880cf0bfd205ef088 100644
(file)
--- a/
list-objects-filter-options.c
+++ b/
list-objects-filter-options.c
@@
-94,7
+94,7
@@
int opt_parse_list_objects_filter(const struct option *opt,
struct list_objects_filter_options *filter_options = opt->value;
if (unset || !arg) {
- list_objects_filter_
release
(filter_options);
+ list_objects_filter_
set_no_filter
(filter_options);
return 0;
}