uds: announce presence during startup

Change-Id: Ibaf2e08e80e2b0c4cf4108fff3866a2bd430ec47
This commit is contained in:
Lionel Sambuc 2015-01-15 15:25:21 +01:00 committed by David van Moolenbroek
parent 67b4718325
commit 68afc7715b

View file

@ -702,6 +702,9 @@ uds_init(int UNUSED(type), sef_init_info_t *UNUSED(info))
uds_exit_left = 0;
/* Announce we are up! */
chardriver_announce();
return(OK);
}