This commit is contained in:
2020-04-06 19:38:35 +02:00
parent 456b96446f
commit 83283b672a
4 changed files with 39 additions and 26 deletions

View File

@ -144,7 +144,7 @@ int main(int argc, char *argv[]) {
else {
LOG(logINFOBLUE, ("Stop Server [%d]\n", portno));
#ifdef VIRTUAL
ComVirtual_setFileNames(portno);
ComVirtual_setFileNames(portno - 1);
#endif
}