Ignore:
Timestamp:
04/19/08 13:25:18 (4 years ago)
Author:
charpi
Message:

Slave node doesn't get master node's code path

Location:
branches/2007Q2
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2007Q2/src/xpdojo.erl

    r2 r27  
    4545    Node = 
    4646        case slave:start (list_to_atom (Host_name), Name) of 
    47             {ok, Slave} -> Slave; 
     47            {ok, Slave} ->  
     48                rpc:call(Slave,code,set_path,[code:get_path()]), 
     49                Slave; 
    4850            {error, {already_running, Slave}} -> Slave; 
    4951            {error, Reason} -> exit({noslave, Reason}) 
Note: See TracChangeset for help on using the changeset viewer.