X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=kernel%2Furp.c;h=ed79aca6ba5dbed5f934de95101099d2132fabf0;hb=f01040fd4a2fe0d6171984cbb6aed09bd172faa5;hp=a5a5c684b1840d63fa55ee1a5fb47882801b4523;hpb=015df1a4126226d11e1b0cee52b7d569ca2f567e;p=egate.git diff --git a/kernel/urp.c b/kernel/urp.c index a5a5c68..ed79aca 100644 --- a/kernel/urp.c +++ b/kernel/urp.c @@ -2,7 +2,11 @@ * Europagate, 1995 * * $Log: urp.c,v $ - * Revision 1.29 1995/04/19 16:01:58 adam + * Revision 1.30 1995/04/20 16:10:47 adam + * Modified to work with non-blocking zass-api. Not using non-blocking + * facility yet. + * + * Revision 1.29 1995/04/19 16:01:58 adam * Some hacks to get the FIFO communication work!! Isn't reliable. * Resource gw.account added - default account info. * @@ -150,8 +154,8 @@ int reopen_target (void) if (info.zass) gw_log (GW_LOG_WARN, KERNEL_LOG, "Zass free..."); gw_log (GW_LOG_DEBUG, KERNEL_LOG, "reopen_target"); - info.zass = zass_open (info.hostname, info.port, *info.account ? - info.account : NULL); + info.zass = zass_open (info.hostname, info.port, NULL, /* complete */ + *info.account ? info.account : NULL); if (!info.zass) { gw_log (GW_LOG_DEBUG, KERNEL_LOG, "Cannot connect to target %s:%d",