Skip to content

Commit 14d0312

Browse files
authored
Merge pull request #112 from cgzones/warn
Update bit type
2 parents 9b4a77f + aafa98b commit 14d0312

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setools/policyrep/selinuxpolicy.pxi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,8 +935,7 @@ cdef class SELinuxPolicy:
935935
"""
936936

937937
cdef:
938-
size_t i, count
939-
int bit
938+
size_t bit, i, count
940939
sepol.ebitmap_node_t *node = NULL
941940
sepol.type_datum_t *tmp_type
942941
char *tmp_name

0 commit comments

Comments
 (0)