From: Dan Scott Date: Wed, 14 Sep 2011 16:33:10 +0000 (-0400) Subject: Correct a dangling reference to a raw variable X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=153cacca25d9654c4b60c3f208b0277e23a81aff;p=contrib%2FConifer.git Correct a dangling reference to a raw variable Signed-off-by: Dan Scott --- diff --git a/tools/patron-load/ldap_osrf_sync b/tools/patron-load/ldap_osrf_sync index d069e5ca98..883fa675cf 100755 --- a/tools/patron-load/ldap_osrf_sync +++ b/tools/patron-load/ldap_osrf_sync @@ -304,7 +304,7 @@ def find_ldap_users(con, ldap_filter, attributes, auth): (user.ident_value) continue barcode = get_barcode(auth, uid) - update_ldap_barcode(con, cname, barcode) + update_ldap_barcode(con, user, barcode) except ldap.LDAPError, exc: print >> sys.stderr, exc