Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent ce95713 commit ae1e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stored/mount.c
Expand Up @@ -674,7 +674,7 @@ bool DCR::is_eod_valid()
mark_volume_in_error();
return false;
}
} else if (is_fifo() || is_vtl()) {
} else if (dev->is_fifo() || dev->is_vtl()) {
return true;
} else {
Mmsg1(jcr->errmsg, _("Don't know how to check if EOD is valid for a device of type %d\n"), dev->dev_type);
Expand Down

0 comments on commit ae1e832

Please sign in to comment.