X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.c;h=78bf0d406433d49cf05bd804a70e834ff2803b9e;hb=refs%2Ftags%2Fupstream%2F3.3.1;hp=085c8ea2a280784e97db1819c653c7deaaee9160;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/common-src/amfeatures.c b/common-src/amfeatures.c index 085c8ea..78bf0d4 100644 --- a/common-src/amfeatures.c +++ b/common-src/amfeatures.c @@ -165,6 +165,7 @@ am_init_feature_set(void) am_add_feature(f, fe_amrecover_receive_unfiltered); am_add_feature(f, fe_application_client_name); am_add_feature(f, fe_script_client_name); + am_add_feature(f, fe_dumptype_property); } return f; } @@ -459,3 +460,10 @@ bad: am_release_feature_set(f); return NULL; } + +am_feature_t * +am_features( + am_feature_t *f) +{ + return f; +}