mirror of https://github.com/yandex/odyssey.git
soprano: init default startup application_name
This commit is contained in:
parent
f02925b82b
commit
27b47d241d
|
@ -28,6 +28,8 @@ so_bestartup_init(so_bestartup_t *su)
|
||||||
su->database_len = 0;
|
su->database_len = 0;
|
||||||
su->user = NULL;
|
su->user = NULL;
|
||||||
su->user_len = 0;
|
su->user_len = 0;
|
||||||
|
su->application_name = NULL;
|
||||||
|
su->application_name_len = 0;
|
||||||
so_keyinit(&su->key);
|
so_keyinit(&su->key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue