Documentation
This commit is contained in:
@@ -138,7 +138,7 @@ int main(int argc, char **argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int id_file_handle = open("/home/piotr/server_queue_id", O_WRONLY | O_CREAT | O_TRUNC, 0666);
|
||||
int id_file_handle = open("server_queue_id", O_WRONLY | O_CREAT | O_TRUNC, 0666);
|
||||
if (!id_file_handle) {
|
||||
perror("Failed to open file");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user