This commit is contained in:
elvis
2022-04-23 15:05:31 +02:00
parent e5d2c9c5b2
commit 11a5dae9e9
3 changed files with 12 additions and 5 deletions

View File

@ -88,8 +88,6 @@ int storeFilesInDirectory(const char *dirname, int n, recivedFile_t *rf);
void freeResponse(response_t *res);
// -----------------------------------------------------------------------------
int openConnection(const char* sockname, int msec, const struct timespec abstime) {
if(!sockname){