2013-04-12 16:53:48

by Steve French

[permalink] [raw]
Subject: [GIT] CIFS Fix

Fixes a regression in cifs in which a password which begins with a
comma is parsed incorrectly as a blank password

The following changes since commit 66ade474237745a57b7e87da9a93c7ec69fd52bb:

Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
(2013-04-03 16:15:17 -0700)

are available in the git repository at:

git://git.samba.org/sfrench/cifs-2.6.git for-next

Sachin Prabhu (1):
cifs: Allow passwords which begin with a delimitor

fs/cifs/connect.c | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)

--
Thanks,

Steve