1
0
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:
Gerald Carter
2005-05-09 12:43:12 +00:00
committed by Gerald (Jerry) Carter
parent 3b2cd19fcb
commit f629bffb1a
9 changed files with 14 additions and 13 deletions

View File

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