summaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c
index 3affaed..91927d7 100644
--- a/src/client.c
+++ b/src/client.c
@@ -205,6 +205,7 @@ static int og_resp_shell_run(struct og_client *cli, json_t *data)
free((void *)cli->shell.cmd);
free((void *)cli->shell.output);
+ cli->shell.tstamp = time(NULL);
cli->shell.cmd = strdup(cmd);
cli->shell.output = strdup(output);
cli->shell.retcode = retcode;