mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
r6678: fix python python after talloc() shakeup
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3b2cd19fcb
commit
f629bffb1a
@ -441,13 +441,14 @@ static void pack_le_uint32(unsigned long val_long, unsigned char *pbuf)
|
||||
}
|
||||
|
||||
|
||||
#if 0 /* not used */
|
||||
static void pack_bytes(long len, const char *from,
|
||||
unsigned char **pbuf)
|
||||
{
|
||||
memcpy(*pbuf, from, len);
|
||||
(*pbuf) += len;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
static PyObject *
|
||||
|
Reference in New Issue
Block a user