Displaying 1 result from an estimated 1 matches for "got_us".
Did you mean:
got_usr
2013 Mar 25
0
ANNOUNCE: cifs-utils release 6.0 ready for download
...description
...typo and grammatical fixes, mostly.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 1a01f7c4b90695211d12291d7a24bec05b1f2922
Author: Jeff Layton <jlayton at samba.org>
Date: Sat Jan 12 22:02:01 2013 -0500
mount.cifs: set parsed_info->got_user when a cred file supplies a username
commit 85d18a1ed introduced a regression when using a credentials file.
It set the username in the parsed mount info properly, but didn't set
the "got_user" flag in it.
Also, fix an incorrect strlcpy length specifier in...