14eb11c18a
I just found that we have 2 place where we call for XRC domain creation. First one in init_one_device() and second one prepare_device_for_use(). They have absolutely identical code, but the call in init_one_device() is useless because on this stage we don't know about QP configuration and we don't know if we need XRC at all. So I removing the duplicated code from init_one_device(). This commit was SVN r21235.