Skip to content

Commit

Permalink
Tweak fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 25492a5 commit 87f47f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_dotcmds.c
Expand Up @@ -644,7 +644,7 @@ static void do_client_cmd(UAContext *ua, CLIENTRES *client, const char *cmd)

/* Connect to File daemon */

ua->jcr->client = client;
ua->jcr->res.client = client;
/* Try to connect for 15 seconds */
ua->send_msg(_("Connecting to Client %s at %s:%d\n"),
client->name(), client->address, client->FDport);
Expand Down

0 comments on commit 87f47f9

Please sign in to comment.