chiark / gitweb /
regress: Rename Tallocshutdown to Tcommonshutdown
[adns.git] / regress / hfuzz.c
index c260d0df7692b6e9ff13e825a3b2c700be4659fc..da3865c40faa2e9332f284bbf759069ca97580cf 100644 (file)
@@ -86,7 +86,7 @@ int Ttestinputfd(void) {
 
 void Texit(int rv) {
   fprintf(stderr,"**Texit(%d)**\n",rv);
-  Tallocshutdown();
+  Tcommonshutdown();
   exit(0);
 }