-
Committer:
Teddy Hogeborn
-
Date:
2017-02-21 18:26:18 UTC
-
mto:
(237.7.594 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
358.
-
Revision ID:
teddy@recompile.se-20170221182618-0h6qm9zhttbkbjb9
Remove nonnull attribute on callback function
Having the nonnull attribute on this function is inappropriate, since
it is called from an external library we do not control.
* plugins.d/mandos-client.c (resolve_callback): Removed "nonnull"
attribute.