Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292385
b: refs/heads/master
c: 1b189b8
h: refs/heads/master
i:
  292383: ccd29c7
v: v3
  • Loading branch information
David Teigland committed Mar 21, 2012
1 parent 87dc41c commit ebd2b69
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: 7210cb7a72a22303cdb225bd1aea28697a17bbae
refs/heads/master: 1b189b8889b7d8e0bddc2655d171c43cfd344157
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ static void init_local(void)
int i;

dlm_local_count = 0;
for (i = 0; i < DLM_MAX_ADDR_COUNT - 1; i++) {
for (i = 0; i < DLM_MAX_ADDR_COUNT; i++) {
if (dlm_our_addr(&sas, i))
break;

Expand Down

0 comments on commit ebd2b69

Please sign in to comment.