From 52eb0084cadce77dcd116cbe471ff117248d802b Mon Sep 17 00:00:00 2001 From: zacheiss Date: Wed, 4 Mar 2009 15:47:15 +0000 Subject: [PATCH] Fix think-o in error message. --- incremental/ldap/winad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incremental/ldap/winad.c b/incremental/ldap/winad.c index 296f840e..780c74f1 100755 --- a/incremental/ldap/winad.c +++ b/incremental/ldap/winad.c @@ -1263,7 +1263,7 @@ void do_member(LDAP *ldap_handle, char *dn_path, char *ldap_hostname, if (!atoi(before[LM_EXTRA_ACTIVE])) { com_err(whoami, 0, - "Unable to add %s to group %s : group not active", + "Unable to remove %s from group %s : group not active", before[2], before[0]); return; } -- 2.45.1