Skip to content

Commit

Permalink
Bug 607534: Avoid fd remap collisions. r=mwu a=blocking-fennec
Browse files Browse the repository at this point in the history
  • Loading branch information
joneschrisg committed Oct 29, 2010
1 parent 402efe2 commit 26ef32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/crashreporter/nsExceptionHandler.cpp
Expand Up @@ -208,7 +208,7 @@ static char* childCrashNotifyPipe;
# elif defined(XP_LINUX)
static int serverSocketFd = -1;
static int clientSocketFd = -1;
static const int kMagicChildCrashReportFd = 42;
static const int kMagicChildCrashReportFd = 4;

# endif

Expand Down

0 comments on commit 26ef32d

Please sign in to comment.