The branch, master has been updated
via 184b50e wafsamba: Fix undefined variable name in error message.
from 75b8a24 s3:idmap_autorid: use less transactions
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 184b50eb2ccc8463b20f166c4df9ca2682718297
Author: Jelmer Vernooij <[email protected]>
Date: Fri Dec 16 17:53:01 2011 +0100
wafsamba: Fix undefined variable name in error message.
Autobuild-User: Jelmer Vernooij <[email protected]>
Autobuild-Date: Fri Dec 16 21:53:57 CET 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
buildtools/wafsamba/samba_bundled.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/buildtools/wafsamba/samba_bundled.py
b/buildtools/wafsamba/samba_bundled.py
index a29b3aa..a29bfa3 100644
--- a/buildtools/wafsamba/samba_bundled.py
+++ b/buildtools/wafsamba/samba_bundled.py
@@ -111,7 +111,7 @@ def CHECK_BUNDLED_SYSTEM_PKG(conf, libname,
minversion='0.0.0',
if onlyif:
if not conf.CHECK_PREREQUISITES(onlyif):
if not conf.LIB_MAY_BE_BUNDLED(libname):
- Logs.error('ERROR: Use of system library %s depends on missing
system library %s' % (libname, syslib))
+ Logs.error('ERROR: Use of system library %s depends on missing
system library %s' % (libname, onlyif))
sys.exit(1)
conf.env[found] = False
return False
--
Samba Shared Repository