fixup! fsmonitor-ipc: create client routines for git-fsmonitor--daemon

Another instance where `since_token` was expected to be non-`NULL`, but
apparently it is quite possible, as demonstrated by Scalar's Functional
Test suite.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2021-06-07 12:18:46 +02:00
parent 879d1d0d2d
commit ff1fd0fa00

View File

@@ -44,7 +44,7 @@ int fsmonitor_ipc__send_query(const char *since_token,
trace2_region_enter("fsm_client", "query", NULL);
trace2_data_string("fsm_client", NULL, "query/command",
since_token);
since_token ? since_token : "(null-token)");
try_again:
state = ipc_client_try_connect(fsmonitor_ipc__get_path(), &options,