diff --git a/src/client.c b/src/client.c index 0061be5..878951e 100644 --- a/src/client.c +++ b/src/client.c @@ -85,6 +85,7 @@ void try_to_get(const char *path, int pid, time_t timestamp) if (ret == 0 && cred.pid == pid) { printf("Recursion\n"); close(sockfd); + return; } command = NULL;