comparison src/lmtp/lmtp-settings.c @ 17397:f373df52082a

treewide - mass cleanup of 0 used to end a settings list This also includes a change to the perl script which generates the all-settings.c file. Signed-off-by: Phil Carmody <phil@dovecot.fi>
author Phil Carmody <phil@dovecot.fi>
date Tue, 27 May 2014 21:17:34 +0300
parents add8c00fb3cc
children 3009a1a6f6d5
comparison
equal deleted inserted replaced
17396:03870eea2857 17397:f373df52082a
20 }; 20 };
21 static struct file_listener_settings *lmtp_unix_listeners[] = { 21 static struct file_listener_settings *lmtp_unix_listeners[] = {
22 &lmtp_unix_listeners_array[0] 22 &lmtp_unix_listeners_array[0]
23 }; 23 };
24 static buffer_t lmtp_unix_listeners_buf = { 24 static buffer_t lmtp_unix_listeners_buf = {
25 lmtp_unix_listeners, sizeof(lmtp_unix_listeners), { 0, } 25 lmtp_unix_listeners, sizeof(lmtp_unix_listeners), { NULL, }
26 }; 26 };
27 /* </settings checks> */ 27 /* </settings checks> */
28 28
29 struct service_settings lmtp_service_settings = { 29 struct service_settings lmtp_service_settings = {
30 .name = "lmtp", 30 .name = "lmtp",