Summary: | OS layer - Replace calls to exit(1) with calls to FatalError | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Harold L Hunt II <harold> | ||||||
Component: | Server/General | Assignee: | Harold L Hunt II <harold> | ||||||
Status: | CLOSED FIXED | QA Contact: | |||||||
Severity: | trivial | ||||||||
Priority: | highest | ||||||||
Version: | unspecified | ||||||||
Hardware: | x86 (IA32) | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 213 | ||||||||
Attachments: |
|
Description
Harold L Hunt II
2004-03-17 12:36:29 UTC
Created attachment 142 [details] [review] Remove exit(1) calls from os/utils.c Created attachment 143 [details] [review] Remove exit(1) calls from os/xdmcp.c Yay, I already committed this and forgot about it. CVS commit message below. Harold CVSROOT: /cvs/xorg Module name: xc Changes by: harold@pdx. 04/03/02 11:27:34 Log message: Replace a handful of calls to ErrorF and exit(1) with a single call to FatalError. These direct calls to exit(1) made it impossible to do anything ddx-specific in these cases; note that most of these calls occur during argument processing. Modified files: xc/programs/Xserver/os/: Tag: XORG-RELEASE-1 utils.c xdmcp.c Revision Changes Path 1.1.4.6.2.2 +3 -3 xc/programs/Xserver/os/utils.c 1.1.4.5.2.1 +17 -33 xc/programs/Xserver/os/xdmcp.c |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.