Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: mozilla/nsprpub/pr/src/misc/prnetdb.c

Issue 11019003: Merge https://bugzilla.mozilla.org/show_bug.cgi?id=795213 to fix a warning. (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/nsprpub/pr/src/misc/prnetdb.c
===================================================================
--- mozilla/nsprpub/pr/src/misc/prnetdb.c (revision 158748)
+++ mozilla/nsprpub/pr/src/misc/prnetdb.c (working copy)
@@ -2030,7 +2030,7 @@
#endif
{
PRADDRINFO *res, hints;
- PRStatus rv;
+ int rv;
/*
* we assume a RFC 2553 compliant getaddrinfo. this may at some
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698