Bug 834214 - Update LDAP c-sdk to LDAPCSDK_6_0_7F_RTM. r=standard8
--- a/client.py
+++ b/client.py
@@ -12,17 +12,17 @@
# Define x_REV to override. Where x can be one of:
# "COMM", "MOZILLA", "CHATZILLA", "INSPECTOR", "VENKMAN", "LDAPSDKS"
DEFAULTS = {
# Global Default Revision
'REV': "default",
# LDAPSDKS
'LDAPSDKS_REPO': 'http://hg.mozilla.org/projects/ldap-sdks/',
- 'LDAPSDKS_REV': 'LDAPCSDK_6_0_7D_RTM',
+ 'LDAPSDKS_REV': 'LDAPCSDK_6_0_7F_RTM',
# URL of the default hg repository to clone for ChatZilla.
'CHATZILLA_REPO': 'http://hg.mozilla.org/chatzilla/',
# The stable revision to use for the next branch
# 'CHATZILLA_REV': 'CHATZILLA_0_9_89_RELEASE',
# URL of the default hg repository to clone for DOM Inspector.
'INSPECTOR_REPO': 'http://hg.mozilla.org/dom-inspector/',