mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
Fixed a missing "break" in ntfssecaudit.c
A missing "break" in a case construct could be troublesome. (suggested by Ulf Zibis)
This commit is contained in:
parent
df7f3b9151
commit
1840b52d12
@ -1073,6 +1073,7 @@ static void showsid(const char *attr, int off, const char *prefix, int level)
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default : /* three levels or more */
|
||||
second = get4l(attr,off+12);
|
||||
last = get4l(attr,off+4+4*cnt);
|
||||
|
Loading…
Reference in New Issue
Block a user