1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:dns-server: remove an extra blank line from handle_question()

This commit is contained in:
Michael Adam 2012-05-31 20:51:29 +02:00
parent 238d24af4e
commit abe4798398

View File

@ -315,7 +315,6 @@ static WERROR handle_question(struct dns_server *dns,
*answers = ans;
return WERR_OK;
}
struct dns_server_process_query_state {