From: <kai...@us...> - 2003-11-03 15:13:16
|
Update of /cvsroot/ipac-ng/ipac-ng In directory sc8-pr-cvs1:/tmp/cvs-serv21739 Modified Files: fetchipac.c Log Message: non classic mode removal part 3 (we can compile it now) Index: fetchipac.c =================================================================== RCS file: /cvsroot/ipac-ng/ipac-ng/fetchipac.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fetchipac.c 30 Oct 2003 11:45:17 -0000 1.4 +++ fetchipac.c 3 Nov 2003 15:13:13 -0000 1.5 @@ -1025,7 +1025,6 @@ fprintf(stderr, "%s: error while opening access database\n", me); access_opened = 0; fprintf(stderr, "cant operate while database access is absent\n"); - acc_agent->alarm(); return 1; } spoolfile = xmalloc(strlen(datadir) + sizeof(SPOOLFILE) + 10); |