mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
Herb's warning fixes. Also the POSIX locking fix.
We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy.
This commit is contained in:
@@ -172,7 +172,7 @@ static struct cli_use *cli_find(const char *srv_name,
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (!reuse && !pwd_compare(&usr_creds->pwd, &c->cli->pwd))
|
||||
if (!reuse && !pwd_compare((struct pwd_info *)&usr_creds->pwd, &c->cli->pwd))
|
||||
{
|
||||
DEBUG(100, ("password doesn't match\n"));
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user