From: Arran Cudbard-Bell Date: Thu, 29 Jun 2017 02:51:51 +0000 (-0400) Subject: Return buffer so we get the macro name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea466873ca50d244152a07ea116e8464561b32ec;p=thirdparty%2Ffreeradius-server.git Return buffer so we get the macro name --- diff --git a/src/lib/util/syserror.c b/src/lib/util/syserror.c index 3c66e6b3e7d..4d4b9f1754d 100644 --- a/src/lib/util/syserror.c +++ b/src/lib/util/syserror.c @@ -217,7 +217,7 @@ char const *fr_syserror(int num) return buffer; } - return p; + return buffer; } #endif