Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134648
b: refs/heads/master
c: 66da8c5
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 22, 2009
1 parent 97629a9 commit 8c46ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54037505a5278ce85df66531f384109ad94947e3
refs/heads/master: 66da8c529ad4d330a268ac08aa101b87c5c911ff
2 changes: 1 addition & 1 deletion trunk/net/ipv6/xfrm6_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ __xfrm6_sort(void **dst, void **src, int n, int (*cmp)(void *p), int maxclass)

for (i = 0; i < n; i++) {
dst[count[class[i] - 1]++] = src[i];
src[i] = 0;
src[i] = NULL;
}

return 0;
Expand Down

0 comments on commit 8c46ccc

Please sign in to comment.