General code cleanup

This commit is contained in:
Ian Barwick
2017-08-16 23:09:02 +09:00
parent 0ac16f7630
commit a0bad5fdc0
3 changed files with 30 additions and 7 deletions

View File

@@ -185,13 +185,15 @@ do_primary_register(void)
}
/* Log the event */
create_event_notification(conn,
&config_file_options,
config_file_options.node_id,
"primary_register",
record_created,
event_description.data);
create_event_notification(
conn,
&config_file_options,
config_file_options.node_id,
"primary_register",
record_created,
event_description.data);
termPQExpBuffer(&event_description);
PQfinish(conn);