Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54808
b: refs/heads/master
c: 0ba34e1
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 8, 2007
1 parent 3441435 commit d9cee4d
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: 7d98230a73c21b4d0cee9c3aca38190d215e0e39
refs/heads/master: 0ba34e197a45c1639aa56aea0399e97f827abb35
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/pcap_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int pcap_setup(char *str, char **mac_out, void *data)
.filter = NULL });

remain = split_if_spec(str, &host_if, &init->filter,
&options[0], &options[1], NULL);
&options[0], &options[1], mac_out, NULL);
if(remain != NULL){
printk(KERN_ERR "pcap_setup - Extra garbage on "
"specification : '%s'\n", remain);
Expand Down

0 comments on commit d9cee4d

Please sign in to comment.