1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00

implemented talloc() as described on samba-technical. This fixes the

lp_string() bug properly.

we still need to add lp_talloc_free() calls in all the main event
loops, I've only put it in smbd and nmbd thus far.
This commit is contained in:
Andrew Tridgell
-
parent 51ed6e8cec
commit aa7f815525
9 changed files with 171 additions and 41 deletions

View File

@@ -611,6 +611,7 @@ extern int errno;
#include "ubi_dLinkList.h"
#include "dlinklist.h"
#include "../tdb/tdb.h"
#include "talloc.h"
#include "interfaces.h"
#ifdef HAVE_FNMATCH