Get rid of the remaining FAILs
This commit is contained in:
7
common.c
7
common.c
@@ -34,13 +34,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/tcp.h>
|
||||
|
||||
/// Shorthand to set an error and return failure from the function
|
||||
#define FAIL(...) \
|
||||
BLOCK_START \
|
||||
error_set (e, __VA_ARGS__); \
|
||||
return 0; \
|
||||
BLOCK_END
|
||||
|
||||
// --- To be moved to liberty --------------------------------------------------
|
||||
|
||||
static ssize_t
|
||||
|
||||
Reference in New Issue
Block a user