1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

solve the error "ldb.inst.h does not exist"

The error happens when headermap.txt is not available

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
Thomas Nagy 2010-05-23 21:31:53 +02:00 committed by Jelmer Vernooij
parent eec93985d1
commit 792743cfab

View File

@ -658,6 +658,8 @@ def init_subst(bld):
node = bld.srcnode.find_resource("source4/headermap.txt")
if not node:
bld.subst_table = {}
bld.subst_table_h = 0
return {}
lines = node.read(None)