Move matching logic out of service_reply_single function
authorRafał Miłecki <rafal@milecki.pl>
Fri, 10 Feb 2017 11:58:24 +0000 (12:58 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 10 Feb 2017 11:58:24 +0000 (12:58 +0100)
commita069fbbd11394ec5b8a32e28ff9b6c9d8d6b07c4
tree24d5bc23ef0d5cb725be12cebd80ffa8df27b7f9
parent61869f3c0e0576263b90f4d494e4c7e439e98818
Move matching logic out of service_reply_single function

There is only 1 place in project calling this function with the match
argument. It's easier to add prooper condition in this place and have
service_reply_single simplified by taking 1 less argument.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
service.c