Skip to content

Commit

Permalink
Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jan 27, 2014
1 parent 97b2599 commit e91c11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win32/plugins/filed/mssqlvdi-fd.c
Expand Up @@ -403,6 +403,7 @@ static bRC handlePluginEvent(bpContext *ctx, bEvent *event, void *value)
switch (event->eventType) {
case bEventLevel:
p_ctx->backup_level = (int64_t)value;
retval = bRC_OK;
break;
case bEventRestoreCommand:
/*
Expand Down

0 comments on commit e91c11e

Please sign in to comment.