Changeset 6903


Ignore:
Timestamp:
07/30/24 11:35:06 (7 months ago)
Author:
abierjon
Message:

Fix a bug for routing native in coupled mode. iodef.xml was not written accordingly.
Note that orchidee.card in coupled mode is called sechiba.card in offline mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver

    r6885 r6903  
    219219    if [ X${orchidee_UserChoices_ROUTING} = Xsimple ]; then 
    220220        echo '<context id="orchidee" src="./context_routing_orchidee.xml"/>' >> add.tmp 
    221     elif [ X${sechiba_UserChoices_ROUTING} = Xnative ] ; then 
     221    elif [ X${orchidee_UserChoices_ROUTING} = Xnative ] ; then 
    222222        echo '<context id="orchidee" src="./context_routing_native_orchidee.xml"/>' >> add.tmp 
    223223        echo '<context id="orchidee_init_routing" src="./context_init_routing_native_orchidee.xml"/>' >> add.tmp 
Note: See TracChangeset for help on using the changeset viewer.