File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ class OutgoingPeerI final : public Talk::Peer
7777    TalkApp* _app;
7878};
7979
80- static  string  btUUID = " 6a193943-1754-4869-8d0a-ddc5f9a2b294" 
81- static  string  btsUUID = " 043257a6-d67c-4000-aa62-2ffe4583d324" 
80+ static  const   char *  btUUID = " 6a193943-1754-4869-8d0a-ddc5f9a2b294" 
81+ static  const   char *  btsUUID = " 043257a6-d67c-4000-aa62-2ffe4583d324" 
8282
8383int 
8484main (int  argc, char * argv[])
@@ -301,11 +301,11 @@ TalkApp::doConnect(const string& cmd)
301301            string proxy = " peer:" 
302302            if  (secure)
303303            {
304-                 proxy += " bts -a \" " " \"  -u " 
304+                 proxy += " bts -a \" " " \"  -u " string{ btsUUID} ;
305305            }
306306            else 
307307            {
308-                 proxy += " bt -a \" " " \"  -u " 
308+                 proxy += " bt -a \" " " \"  -u " string{ btUUID} ;
309309            }
310310            remote = Ice::uncheckedCast<Talk::PeerPrx>(_communicator->stringToProxy (proxy));
311311            _remote = remote;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments