diff src/process.c @ 108946:d418516def73

Merge from emacs-23
author Andreas Schwab <schwab@linux-m68k.org>
date Thu, 10 Jun 2010 00:08:50 +0200
parents 728449765ab0 44a0c766b765
children a089fae47976
line wrap: on
line diff
--- a/src/process.c	Wed Jun 09 11:36:58 2010 -0700
+++ b/src/process.c	Thu Jun 10 00:08:50 2010 +0200
@@ -2487,9 +2487,11 @@
 		ip6[i] = ntohs (j);
 	      }
 	  sa->sa_family = family;
+	  return;
 	}
 #endif
-      return;
+      else
+	return;
     }
   else if (STRINGP (address))
     {