Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232882
b: refs/heads/master
c: 08b0183
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Weil authored and David S. Miller committed Feb 2, 2011
1 parent f82e167 commit 34adb68
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: 5df979d6922d50cc12bfbe83721c143a5d0d31b7
refs/heads/master: 08b018327c2e8412fd76f821e9bb9de36ef48cb1
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/smsgiucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static struct iucv_handler smsg_handler = {
static int smsg_path_pending(struct iucv_path *path, u8 ipvmid[8],
u8 ipuser[16])
{
if (strncmp(ipvmid, "*MSG ", sizeof(ipvmid)) != 0)
if (strncmp(ipvmid, "*MSG ", 8) != 0)
return -EINVAL;
/* Path pending from *MSG. */
return iucv_path_accept(path, &smsg_handler, "SMSGIUCV ", NULL);
Expand Down

0 comments on commit 34adb68

Please sign in to comment.