Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287606
b: refs/heads/master
c: ff4fa4a
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Feb 8, 2012
1 parent d07b9b6 commit 2646f02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 8b0192a5f478da1c1ae906bf3ffff53f26204f56
refs/heads/master: ff4fa4a25a33f92b5653bb43add0c63bea98d464
7 changes: 4 additions & 3 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,10 +773,11 @@ standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid)
cifs_dump_mem("Bad SMB: ", buf,
min_t(unsigned int, server->total_read, 48));

if (mid)
handle_mid(mid, server, smb_buffer, length);
if (!mid)
return length;

return length;
handle_mid(mid, server, smb_buffer, length);
return 0;
}

static int
Expand Down

0 comments on commit 2646f02

Please sign in to comment.