[feat] use locale hostname as device name
This commit is contained in:
@@ -96,7 +96,7 @@ teleport_app_activate (GApplication *app) {
|
|||||||
|
|
||||||
create_user_notification ("sdfdsff", 2000, "sdfdsfdsf");
|
create_user_notification ("sdfdsff", 2000, "sdfdsfdsf");
|
||||||
run_http_server();
|
run_http_server();
|
||||||
run_avahi_publish_service("Angela's (self)");
|
run_avahi_publish_service((char *) g_get_host_name());
|
||||||
run_avahi_service(peerList);
|
run_avahi_service(peerList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user