Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:eeich:BootPrj
xorg-x11
xfs-no_config_file.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xfs-no_config_file.diff of Package xorg-x11
Index: os/osglue.c =================================================================== --- os/osglue.c.orig +++ os/osglue.c @@ -367,12 +367,20 @@ CloneMyself(void) } sprintf (portnum, "%d", ListenPort); - if (*old_listen_arg != '\0') - execlp(progname, progname, - "-ls", old_listen_arg, - "-cf", configfilename, - "-port", portnum, - (void *)NULL); + if (*old_listen_arg != '\0') { + if (configfilename != NULL) { + execlp(progname, progname, + "-ls", old_listen_arg, + "-cf", configfilename, + "-port", portnum, + (void *)NULL); + } else { + execlp(progname, progname, + "-ls", old_listen_arg, + "-port", portnum, + (void *)NULL); + } + } InitErrors(); /* reopen errors, since we don't want to lose * this */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor