summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-07-29 01:21:10 +0000
committerwtc%netscape.com <devnull@localhost>2000-07-29 01:21:10 +0000
commit580714efeb5cbea4fc3b42a89c370e5f26c56559 (patch)
tree63583a3e30ffffe533ba1c349fdb8177ff1e7674
parent36e79910589a85837ed3042bbf51e5e5304ab9c9 (diff)
downloadnspr-hg-580714efeb5cbea4fc3b42a89c370e5f26c56559.tar.gz
BugZilla: 45623 (NSPRPUB_CLIENT_BRANCH)
-rw-r--r--pr/src/md/unix/uxshm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/unix/uxshm.c b/pr/src/md/unix/uxshm.c
index 162ffb46..070f9fba 100644
--- a/pr/src/md/unix/uxshm.c
+++ b/pr/src/md/unix/uxshm.c
@@ -609,7 +609,7 @@ extern PRFileMap * _md_ImportFileMapFromString(
PRInt32 osfd;
PRIntn prot; /* really: a PRFileMapProtect */
PRFileDesc *fd;
- PRFileMap *fm;
+ PRFileMap *fm = NULL; /* default return value */
PRFileInfo64 info;
PR_sscanf( fmstring, "%ld:%d", &osfd, &prot );