Checkpoint commit: refactoring the request code in TIDS for better reuse
[trust_router.git] / trp / msgtst.c
index da39570..512e92e 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, const char *argv[])
 
   printf("\nEncoding...\n");
 
-  printf("Result: \n%s\n\n", tr_msg_encode(msg));
+  printf("Result: \n%s\n\n", tr_msg_encode(NULL, msg));
 
   talloc_report_full(main_ctx, stdout);