mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-08-26 18:17:22 +00:00
Return on error here too.
Missed a 'return' catching an error.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user