Removed ol stuff

This commit is contained in:
2022-08-22 16:44:34 +02:00
parent 65153617b7
commit 19e38b332f
4 changed files with 5 additions and 2 deletions

View File

@ -175,7 +175,8 @@ int main (int argc, char **argv)
// cw_run_discovery(conn, "192.168.0.162","192.168.0.14", &dis);
//cw_run_discovery(conn, "255.255.255.255","192.168.0.14", &dis);
// cw_run_discovery(conn, "192.168.0.255","192.168.0.14", &dis);
results = cw_run_discovery(conn, "255.255.255.255","192.168.0.14");
//results = cw_run_discovery(conn, "255.255.255.255","192.168.0.14");
results = cw_run_discovery(conn, "255.255.255.255","172.16.67.119");
if (!join(conn,results)){
cw_discovery_results_destroy(results);