This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
NSM/nsm-proxy: unset NSM_URL env var before launching child.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
9501e52d54
commit
6ec8f6e85e
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
session-manager/src/nsm-proxy.C
+ 3
- 1
session-manager/src/nsm-proxy.C
View File
@@ -119,7 +119,9 @@ public:
setenv( "NSM_CLIENT_ID", nsm_client_id, 1 );
setenv( "NSM_SESSION_NAME", nsm_display_name, 1 );
unsetenv( "NSM_URL" );
if ( -1 == execvp( "/bin/sh", args ) )
{
WARNING( "Error starting process: %s", strerror( errno ) );
Write
Preview
Loading…
Cancel
Save