Removed bloat
This commit is contained in:
@@ -255,7 +255,7 @@ void *receiverFunc(void *args)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void fucking_string_empty(void *context, char **worker_ports){
|
||||
void string_empty(void *context, char **worker_ports){
|
||||
THREAD_ARGS *args = malloc(sizeof(THREAD_ARGS));
|
||||
if(!args){
|
||||
// perror("[MAIN - fucking_string_empty] Failed to allocate memory for args");
|
||||
@@ -282,7 +282,7 @@ void map(size_t worker_count, char **worker_ports, const char *filename, void *c
|
||||
char *content = raw;
|
||||
|
||||
if(strcmp(content, "") == 0){
|
||||
fucking_string_empty(context, worker_ports);
|
||||
string_empty(context, worker_ports);
|
||||
free(content);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user