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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user