mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-29 23:17:17 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user