X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fwproto.c;h=ff283ded13c5c35c55d5fa9cff540b67ccc922e2;hb=6c6f3deb01675917b3c73cca50dd20d738593a47;hp=6deb504b504966d45a83e56d0853d6c66bb89017;hpb=74a4580ba9945fc86b47654230865a68089245b6;p=egate.git diff --git a/www/wproto.c b/www/wproto.c index 6deb504..ff283de 100644 --- a/www/wproto.c +++ b/www/wproto.c @@ -41,7 +41,12 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wproto.c,v $ - * Revision 1.7 1995/11/10 14:47:32 adam + * Revision 1.8 1995/11/13 15:41:45 adam + * Arrow gifs. + * Gateway uses record element set names B(rief) and F(ull). + * Bug fix. Didn't save idAuthentication correctly. + * + * Revision 1.7 1995/11/10 14:47:32 adam * Plus (+) characters automatically converted to space in forms. * Work on search in multiple targets. Doesn't work well - yet. * Presentation formats enhanced. @@ -365,10 +370,7 @@ WCLIENT wproto_init(void) new->id = atoi (val); sprintf(new->path, "%s/%s/clt%d", FIFOROOT, FIFODIR, new->id); if (mkfifo(new->path, 0666 | S_IFIFO) < 0) - { - gw_log (GW_LOG_FATAL|GW_LOG_ERRNO, mod, "mkfifo(%s)", new->path); - exit(1); - } + gw_log (GW_LOG_WARN|GW_LOG_ERRNO, mod, "mkfifo(%s)", new->path); gw_log (GW_LOG_DEBUG, mod, "Synchronizing with server."); sprintf(path2, "%s/%s/srv%d", FIFOROOT, FIFODIR, getppid()); if ((new->lineout = open(path2, O_WRONLY)) < 0)