Skip to content

Commit

Permalink
Tweak layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent d32de66 commit 54fc809
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/filed/restore.c
Expand Up @@ -628,10 +628,10 @@ void do_restore(JCR *jcr)
/*
* Data stream
*/
case STREAM_ENCRYPTED_SESSION_DATA: {
crypto_error_t cryptoerr;

case STREAM_ENCRYPTED_SESSION_DATA:
if (rctx.extract) {
crypto_error_t cryptoerr;

/*
* Is this an unexpected session data entry?
*/
Expand Down Expand Up @@ -695,7 +695,6 @@ void do_restore(JCR *jcr)
}
}
break;
}

case STREAM_FILE_DATA:
case STREAM_SPARSE_DATA:
Expand Down

0 comments on commit 54fc809

Please sign in to comment.