X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=amiga.c;h=e5223762c92ff3e231658d93d88a4c7726f4959b;hp=a9c2ce24baa6e5aaabc64242b7d83d433e0bc8e7;hb=eaf36cae45ade9aabc5651da1735766b692fcf15;hpb=85e3775c14322cfbc78a4cca9b692516612c79e8 diff --git a/amiga.c b/amiga.c index a9c2ce24..e5223762 100644 --- a/amiga.c +++ b/amiga.c @@ -1,4 +1,4 @@ -const char amiga_rcs[] = "$Id: amiga.c,v 1.2 2001/05/23 00:13:58 joergs Exp $"; +const char amiga_rcs[] = "$Id: amiga.c,v 1.3 2001/09/12 22:54:51 joergs Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/amiga.c,v $ @@ -28,6 +28,9 @@ const char amiga_rcs[] = "$Id: amiga.c,v 1.2 2001/05/23 00:13:58 joergs Exp $"; * * Revisions : * $Log: amiga.c,v $ + * Revision 1.3 2001/09/12 22:54:51 joergs + * Stacksize of main thread increased. + * * Revision 1.2 2001/05/23 00:13:58 joergs * AmigaOS support fixed. * @@ -75,12 +78,12 @@ __saveds ULONG server_thread(void) Signal(main_task,SIGF_SINGLE); serve((struct client_state *) local_csp); } else { - local_csp->active = 0; + local_csp->flags &= ~CSP_FLAG_ACTIVE; Signal(main_task,SIGF_SINGLE); } CloseLibrary(SocketBase); } else { - local_csp->active = 0; + local_csp->flags &= ~CSP_FLAG_ACTIVE; Signal(main_task,SIGF_SINGLE); } childs--;