changeset 386:31c6b1e0294d

Improved default strings
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 29 May 2009 12:57:01 +0900
parents 03b512313cc1
children 43c0e3f67958
files waaad/conf.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/conf.c	Thu May 28 13:32:37 2009 +0900
+++ b/waaad/conf.c	Fri May 29 12:57:01 2009 +0900
@@ -103,8 +103,8 @@
 {
 	char buf4[INET_ADDRSTRLEN];
 	char buf6[INET6_ADDRSTRLEN];
-	char *str4 = "-";
-	char *str6 = "-";
+	char *str4 = "0.0.0.0";
+	char *str6 = "::";
 	if (g_pconf->local_addr_diamid[0].ss_family == AF_INET) {
 		sSA4 * sin = (sSA4 *)&g_pconf->local_addr_diamid[0];
 		if (inet_ntop(sin->sin_family, &sin->sin_addr, buf4, sizeof(buf4))) {
"Welcome to our mercurial repository"