summaryrefslogtreecommitdiffstats
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 759e923..02d4280 100644
--- a/src/core.c
+++ b/src/core.c
@@ -281,7 +281,7 @@ static void og_agent_send_refresh(struct og_client *cli)
params.ips_array[0] = inet_ntoa(cli->addr.sin_addr);
params.ips_array_len = 1;
- og_send_request(OG_METHOD_GET, OG_CMD_REFRESH, &params, NULL);
+ og_send_request(OG_METHOD_GET, OG_CMD_REFRESH, &params, NULL, NULL);
}
/* Shut down connection if there is no complete message after 10 seconds. */