Commit a331aa02 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make the memlimit final NULL return get written to stderr as wella

parent 679cabb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -91,6 +91,9 @@ static bool countcheck(const char *func, int line, const char *source)
      if(logfile && source)
        fprintf(logfile, "LIMIT %s:%d %s reached memlimit\n",
                source, line, func);
      if(source)
        fprintf(stderr, "LIMIT %s:%d %s reached memlimit\n",
                source, line, func);
      return TRUE; /* RETURN ERROR! */
    }
    else