]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: test-master-login-auth: Small coding style fix.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 3 Feb 2019 22:21:57 +0000 (23:21 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 3 Feb 2019 22:24:15 +0000 (23:24 +0100)
src/master/test-master-login-auth.c

index a7340feaf23d3b6b974a11e7246607362976b588..213e02bd893ba35c58194f8cb0eb2fed243aea44 100644 (file)
@@ -799,8 +799,8 @@ static void test_server_run(void)
        io_listen = io_add(fd_listen,
                IO_READ, server_connection_accept, NULL);
 
-       server_conn_list = connection_list_init
-               (&server_connection_set, &server_connection_vfuncs);
+       server_conn_list = connection_list_init(&server_connection_set,
+                                               &server_connection_vfuncs);
 
        io_loop_run(ioloop);