1
0
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:
Jeremy Allison
-
parent e451fd3461
commit dfe77c7046
19 changed files with 245 additions and 168 deletions

View File

@@ -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;