X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=aff49a09197e0d387ec63878e2889cf1123f7fd2;hb=d9b1d57351d104d7ec1a5621f090657dcce8cb7f;hp=32888e64ed191f11400f7b0cdba8c692a786684c;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh 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));