Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206790
b: refs/heads/master
c: a8461c0
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jul 27, 2010
1 parent b9778ed commit a0cf387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bcc69fb6a48edb3ddf2e8c42f1d1c242196bf74
refs/heads/master: a8461c0f3bfffe752fc62ce3960eb827463e90b5
5 changes: 5 additions & 0 deletions trunk/tools/firewire/nosy-dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ handle_transaction(struct link_transaction *t)
struct subaction *sa;
int i;

if (!t->request) {
printf("BUG in handle_transaction\n");
return;
}

for (i = 0; i < array_length(protocol_decoders); i++)
if (protocol_decoders[i].decode(t))
break;
Expand Down

0 comments on commit a0cf387

Please sign in to comment.