summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/digest_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/digest_cmd.c')
-rw-r--r--src/hci/commands/digest_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/commands/digest_cmd.c b/src/hci/commands/digest_cmd.c
index 3cf2f102..71308064 100644
--- a/src/hci/commands/digest_cmd.c
+++ b/src/hci/commands/digest_cmd.c
@@ -77,7 +77,7 @@ static int digest_exec ( int argc, char **argv,
for ( i = optind ; i < argc ; i++ ) {
/* Acquire image */
- if ( ( rc = imgacquire ( argv[i], &image ) ) != 0 )
+ if ( ( rc = imgacquire ( argv[i], 0, &image ) ) != 0 )
continue;
offset = 0;
len = image->len;