DNS: Better handling of SOA when negative-caching lookups
[exim.git] / src / src / string.c
index fbb19537cba40fcf6d0302f82a66a9a6c0619253..cb913242092e28e3e267a871b69e388eb77d0c3e 100644 (file)
@@ -960,7 +960,7 @@ else
        && (g->ptr == 1 || g->s[g->ptr-2] != '\\') )
     g->ptr--;
   buffer = string_from_gstring(g);
-  gstring_release_unused_trc(g, func, line);
+  gstring_release_unused_trc(g, CCS func, line);
   }
 
 /* Update the current pointer and return the new string */