]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
xauth-pam: Don't use comma to separate statements
authorTobias Brunner <tobias@strongswan.org>
Mon, 17 Sep 2018 14:58:14 +0000 (16:58 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 17 Sep 2018 16:51:42 +0000 (18:51 +0200)
src/libcharon/plugins/xauth_pam/xauth_pam_plugin.c

index 497ad3dd9771ee4d922edce99b6fe83e30fc077f..f979d110335b64e1ee516ef22cd626f2e2c7d7e2 100644 (file)
@@ -89,7 +89,7 @@ METHOD(plugin_t, get_features, int,
 METHOD(plugin_t, destroy, void,
        private_xauth_pam_plugin_t *this)
 {
-       this->listener->destroy(this->listener),
+       this->listener->destroy(this->listener);
        free(this);
 }