Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232881
b: refs/heads/master
c: 5df979d
h: refs/heads/master
i:
  232879: f57f1a4
v: v3
  • Loading branch information
Stefan Weil authored and David S. Miller committed Feb 2, 2011
1 parent 58cbc0c commit f82e167
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: d0ff1f52361d714863c49abb721a8714ea4e76d6
refs/heads/master: 5df979d6922d50cc12bfbe83721c143a5d0d31b7
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/netiucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static int netiucv_callback_connreq(struct iucv_path *path,
struct iucv_event ev;
int rc;

if (memcmp(iucvMagic, ipuser, sizeof(ipuser)))
if (memcmp(iucvMagic, ipuser, 16))
/* ipuser must match iucvMagic. */
return -EINVAL;
rc = -EINVAL;
Expand Down

0 comments on commit f82e167

Please sign in to comment.