@@ -197,7 +197,7 @@ int main(int argc, char *argv[]) {
}
intserver_queue_id=-1;
constchar*id_path="/home/piotr/server_queue_id";
constchar*id_path="server_queue_id";
intfd=open(id_path,O_RDONLY);
if(fd==-1){
perror("Failed to open server queue id file");
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.