checkpoint

This commit is contained in:
David Lawrence
2000-01-06 23:56:51 +00:00
parent c1b5b02f55
commit 904f1ab394
10 changed files with 311 additions and 312 deletions

View File

@@ -110,11 +110,8 @@ main (int argc, char **argv) {
if (result != ISC_R_SUCCESS)
exit (1);
result = omapi_wait_for_completion(connection, NULL);
fprintf(stderr, "completion: %s\n", isc_result_totext(result));
if (result != ISC_R_SUCCESS)
exit (1);
omapi_protocol_disconnect(connection, ISC_FALSE);
fprintf(stderr, "completed\n");
/* ... */
} else {
@@ -126,6 +123,5 @@ main (int argc, char **argv) {
if (show_final_mem)
isc_mem_stats(mctx, stderr);
return (0);
}