make multiprocessing
This commit is contained in:
@ -197,7 +197,7 @@ int openFile(const char* pathname, int flags) {
|
||||
return -1;
|
||||
}
|
||||
if(isOpen(pathname, flags)) { // already open
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
// invio al server la stringa "openFile|$(pathname)|$(flags)"
|
||||
|
||||
Reference in New Issue
Block a user