uds: announce presence during startup
Change-Id: Ibaf2e08e80e2b0c4cf4108fff3866a2bd430ec47
This commit is contained in:
parent
67b4718325
commit
68afc7715b
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue