diff options
author | nicm <nicm> | 2013-10-10 12:35:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2013-10-10 12:35:30 +0000 |
commit | 99e3cbc526cff605f32d61c0b4be77a8b2dbaa9f (patch) | |
tree | 7192055370324e33e8cfe508b2b51b94fcd6792f /client.c | |
parent | b85de1ddb34a1b22567e9bf89c9a21a81bf12aa1 (diff) | |
download | rtmux-99e3cbc526cff605f32d61c0b4be77a8b2dbaa9f.tar.gz rtmux-99e3cbc526cff605f32d61c0b4be77a8b2dbaa9f.tar.bz2 rtmux-99e3cbc526cff605f32d61c0b4be77a8b2dbaa9f.zip |
Use format_get_command() and some spacing tweaks.
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -351,6 +351,7 @@ client_send_identify(int flags) for (ss = environ; *ss != NULL; ss++) client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1); + client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0); client_update_event(); |