Skip to content

Commit 57a74d7

Browse files
committed
zcore: also process DT_REMOTE_MAILUSER in zs_openab_emsab
References: Issue #552
1 parent 89c7673 commit 57a74d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exch/zcore/zserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ static ec_error_t zs_openab_emsab(USER_INFO_REF &&pinfo, BINARY entryid,
12201220
return ecError;
12211221
*pmapi_type = zs_objtype::abcont;
12221222
*phobject = pinfo->ptree->add_object_handle(ROOT_HANDLE, {*pmapi_type, std::move(contobj)});
1223-
} else if (address_type == DT_DISTLIST || address_type == DT_MAILUSER) {
1223+
} else if (address_type == DT_DISTLIST || address_type == DT_MAILUSER || address_type == DT_REMOTE_MAILUSER) {
12241224
if (!common_util_essdn_to_ids(essdn, &domain_id, &user_id))
12251225
return ecNotFound;
12261226
if (domain_id != pinfo->domain_id &&

0 commit comments

Comments
 (0)