xauth-pam: Don't use comma to separate statements

This commit is contained in:
Tobias Brunner
2018-09-17 18:51:42 +02:00
parent 2c41fb6349
commit 52b6506a23
@@ -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);
}