fix substring filter formatting

This commit is contained in:
leitner
2002-03-26 23:49:00 +00:00
parent 3c1e9374a3
commit af04089fb8
2 changed files with 7 additions and 1 deletions

View File

@@ -491,7 +491,13 @@ int handle(int in,int out) {
}
}
break;
case UnbindRequest:
close(out); if (in!=out) close(in);
return 0;
default:
buffer_puts(buffer_2,"unknown request type ");
buffer_putulong(buffer_2,op);
buffer_putsflush(buffer_2,"\n");
exit(1);
}
Len+=res;