X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpost.c;fp=uip%2Fpost.c;h=aff49a09197e0d387ec63878e2889cf1123f7fd2;hp=32888e64ed191f11400f7b0cdba8c692a786684c;hb=eda249e4fdf983daef578a79a959d16dc9d5936e;hpb=37d634e5152d96a37f0dae04fcffa7e709e83032 diff --git a/uip/post.c b/uip/post.c index 32888e6..aff49a0 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1477,8 +1477,8 @@ verify_all_addresses (int talk) sigon (); if (!whomsw || checksw) - if (rp_isbad (retval = sm_init (clientsw, serversw, 0, 0, snoop, 0, - 0, 0, 0, 0)) + if (rp_isbad (retval = sm_init (clientsw, serversw, watch, verbose, snoop, 0, + queued, sasl, saslmech, user)) || rp_isbad (retval = sm_winit (smtpmode, from))) die (NULL, "problem initializing server; %s", rp_string (retval));