Support multiple AAA servers. Compiles but untested.
[trust_router.git] / tid / example / tidc_main.c
index 96e1d07..b4a7ece 100644 (file)
@@ -212,7 +212,7 @@ int main (int argc,
   }
     
   /* Clean-up the TID client instance, and exit */
-  tidc_destroy(tidc);
+  tidc_free(tidc);
 
   return 0;
 }