mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
Monotone-Parent: 0a9ebb81d46a0321c166273fb763ad39c233cc50
Monotone-Revision: f735bdc8793af33775f3d62a37f21c20a54806c9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-16T18:26:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -233,9 +233,9 @@ static NSLock *lock;
|
||||
ASSIGN (baseDN, newBaseDN);
|
||||
if (newIDField)
|
||||
ASSIGN (IDField, newIDField);
|
||||
if (CNField)
|
||||
if (newCNField)
|
||||
ASSIGN (CNField, newCNField);
|
||||
if (UIDField)
|
||||
if (newUIDField)
|
||||
ASSIGN (UIDField, newUIDField);
|
||||
if (newMailFields)
|
||||
ASSIGN (mailFields, newMailFields);
|
||||
|
||||
Reference in New Issue
Block a user