Skip to content

Commit

Permalink
Fix segmentation fault.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent ef519e1 commit ab0df29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/backup.c
Expand Up @@ -396,7 +396,7 @@ bool do_native_backup(JCR *jcr)
if (jcr->passive_client && jcr->FDVersion < FD_VERSION_51) {
Jmsg(jcr, M_FATAL, 0,
_("Client \"%s\" doesn't support passive client mode. Please upgrade your client.\n\n"),
client->name());
jcr->res.client->name());
goto bail_out;
}

Expand Down

0 comments on commit ab0df29

Please sign in to comment.