X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.c;h=bd85a80f281b6eb12cde5aff6d6c4d6087e0a22a;hb=d178b583df9fe2bf3ebb3a7377203efc5c46df32;hp=807e78396e2a1314aa572933fe6e381f865642c1;hpb=1cba96d26413a953415487729f2062331ef2aa72;p=tinc diff --git a/src/process.c b/src/process.c index 807e7839..bd85a80f 100644 --- a/src/process.c +++ b/src/process.c @@ -47,11 +47,6 @@ extern bool use_logfile; static sigset_t emptysigset; #endif -static void memory_full(int size) { - logger(LOG_ERR, "Memory exhausted (couldn't allocate %d bytes), exitting.", size); - exit(1); -} - /* Some functions the less gifted operating systems might lack... */ #ifdef HAVE_MINGW @@ -342,8 +337,6 @@ bool detach(void) { logger(LOG_NOTICE, "tincd %s starting, debug level %d", VERSION, debug_level); - xalloc_fail_func = memory_full; - return true; }