diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-07 10:07:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-07 10:07:22 +0000 |
commit | f47a063841f2baa1590fb9e53713b3713a03020d (patch) | |
tree | 8f21004a7ea01ea5c72519e8cd3e44535c57fc45 /client.c | |
parent | bc3580fa066ee38fd752b8414cb72af7bf3861b8 (diff) | |
download | rtmux-f47a063841f2baa1590fb9e53713b3713a03020d.tar.gz rtmux-f47a063841f2baa1590fb9e53713b3713a03020d.tar.bz2 rtmux-f47a063841f2baa1590fb9e53713b3713a03020d.zip |
Rename session idx to session id throughout and add $ prefix to targets to use
it, extended from a diff from George Nachman.
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ client_main(int argc, char **argv, int flags) if (msg == MSG_COMMAND) { /* Fill in command line arguments. */ cmddata.pid = environ_pid; - cmddata.idx = environ_idx; + cmddata.session_id = environ_session_id; /* Prepare command for server. */ cmddata.argc = argc; |