Skip to content

Commit

Permalink
Fix missing breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent fac7dac commit 2f71bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/findlib/acl.c
Expand Up @@ -337,8 +337,10 @@ static bacl_exit_code aix_build_acl_streams(JCR *jcr,
switch (type.u64) {
case ACL_AIXC:
retval = send_acl_stream(jcr, acl_data, STREAM_ACL_AIX_AIXC);
break;
case ACL_NFS4:
retval = send_acl_stream(jcr, acl_data, STREAM_ACL_AIX_NFS4);
break;
}

bail_out:
Expand Down

0 comments on commit 2f71bd4

Please sign in to comment.