mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
this is the bug change to using connection_struct* instead of cnum.
Connections[] is now a local array in server.c I might have broken something with this change. In particular the oplock code is suspect and some .dll files aren't being oplocked when I expected them to be. I'll look at it after I've got some sleep.
This commit is contained in:
@@ -140,7 +140,7 @@ void lsa_io_obj_attr(char *desc, LSA_OBJ_ATTR *attr, prs_struct *ps, int depth)
|
||||
|
||||
if (attr->len != ps->offset - start)
|
||||
{
|
||||
DEBUG(3,("lsa_io_obj_attr: length %lx does not match size %lx\n",
|
||||
DEBUG(3,("lsa_io_obj_attr: length %x does not match size %x\n",
|
||||
attr->len, ps->offset - start));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user