Skip to content

Commit 3d4ee2c

Browse files
assert on debian squeeze
1 parent 6361a94 commit 3d4ee2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/libscap/scap_procs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ int32_t scap_proc_fill_info_from_stats(char* procdirname, struct scap_threadinfo
168168
}
169169
}
170170

171-
ASSERT(nfound == 6);
171+
ASSERT(nfound == 6 || nfound == 5);
172172

173173
fclose(f);
174174

0 commit comments

Comments
 (0)