From: Alan Buxey Date: Sat, 27 Jun 2015 22:28:33 +0000 (+0100) Subject: Update debug.c X-Git-Tag: release_3_0_9~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a115d859ac33b3fb9e38c27776901061bbd1ee61;p=thirdparty%2Ffreeradius-server.git Update debug.c --- diff --git a/src/lib/debug.c b/src/lib/debug.c index f7ce9fafe0a..3c08926e0ae 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -97,7 +97,7 @@ static bool dump_core; //!< Whether we should drop a core on fatal signals. static int fr_fault_log_fd = STDERR_FILENO; //!< Where to write debug output. -fr_debug_state_t fr_debug_state = DEBUG_STATE_UNKNOWN; //!< Whether were attached to by a debugger. +fr_debug_state_t fr_debug_state = DEBUG_STATE_UNKNOWN; //!< Whether we're attached to by a debugger. #ifdef HAVE_SYS_RESOURCE_H static struct rlimit core_limits;