Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252024
b: refs/heads/master
c: fbdd91a
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Linus Torvalds committed May 27, 2011
1 parent 90abf8d commit fd86d9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 72eef0f3af410de2c85f236140ddea61b71cfc3e
refs/heads/master: fbdd91a6293f5e7fb1914966f5d244f72619641e
3 changes: 0 additions & 3 deletions trunk/Documentation/accounting/getdelays.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ int main(int argc, char *argv[])
}

do {
int i;

rep_len = recv(nl_sd, &msg, sizeof(msg), 0);
PRINTF("received %d bytes\n", rep_len);

Expand All @@ -459,7 +457,6 @@ int main(int argc, char *argv[])

na = (struct nlattr *) GENLMSG_DATA(&msg);
len = 0;
i = 0;
while (len < rep_len) {
len += NLA_ALIGN(na->nla_len);
switch (na->nla_type) {
Expand Down

0 comments on commit fd86d9e

Please sign in to comment.