57:a2f41245e387 | 58:d175243ad169 |
---|---|
47 fprintf (stderr, "usage: %s\nusage: %s <address> <password>\n", argv[0], argv[0]); | 47 fprintf (stderr, "usage: %s\nusage: %s <address> <password>\n", argv[0], argv[0]); |
48 return EXIT_FAILURE; | 48 return EXIT_FAILURE; |
49 } | 49 } |
50 | 50 |
51 Interface::initialize(); | 51 Interface::initialize(); |
52 RCONSession::new_session(); | |
53 | 52 |
54 if (argc == 3) | 53 if (argc == 3) |
55 Interface::connect (argv[1], argv[2]); | 54 Interface::connect (argv[1], argv[2]); |
56 | 55 |
57 try | 56 try |