Changeset - d9b89d1a0ff7
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-07-19 12:59:57
hanzz.k@gmail.com
oops, added missing ;
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum_manager/src/main.cpp
Show inline comments
 
@@ -399,13 +399,13 @@ static void ask_local_server(ManagerConfig *config, Swift::BoostNetworkFactories
 
// 				client->connect(opt);
 
			}
 
		}
 
 
		if (!found) {
 
			std::cerr << "Config file for Spectrum instance with this JID was not found\n";
 
			exit(20)
 
			exit(20);
 
		}
 
	}
 
	catch (const filesystem_error& ex) {
 
		std::cerr << "boost filesystem error\n";
 
		exit(5);
 
	}
0 comments (0 inline, 0 general)