commit | 28c5a02a11f70bb1fd8dd3b633206e2db3220308 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Dec 31 04:56:21 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Dec 31 04:56:21 2007 +0000 |
tree | 024b972b94ff1045b3c88bd3a04411a00e758342 | |
parent | bb5a9a04d4cab4b13d63ac5cd3e1fb35f9583607 [diff] |
[CIFS] fix unicode string alignment in SPNEGO setup Unicode strings need to be word aligned, but the code that handles that is currently not taking the length of the SPNEGO blob into account. Fix it to do so. Signed-off-by: Jeff Layton <jlayton@tupile.poochiereds.net> Signed-off-by: Steve French <sfrench@us.ibm.com>