Skip to content

Commit

Permalink
[CIFS] Missing ; from previous fix. Pointed out by Shaggy.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French
  • Loading branch information
Steve French committed Aug 17, 2005
1 parent 68984ae commit a59c658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses)
rc = -ESHUTDOWN;
}
}
up(&ses->sesSem)
up(&ses->sesSem);
cifs_small_buf_release(pSMB);

/* if session dead then we do not need to do ulogoff,
Expand Down

0 comments on commit a59c658

Please sign in to comment.