aboutsummaryrefslogtreecommitdiffstats
path: root/mdns-publish-xendom.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-01-31 17:25:30 +0000
committerkraxel <kraxel>2006-01-31 17:25:30 +0000
commit473324c204fb6603da1a653d52ec9225340a5cf6 (patch)
treed7b53f50635a40a2a30c925801f48770b9b223b5 /mdns-publish-xendom.c
parent204520ac1d70a7d6c6084c2ec98560d580f38fa2 (diff)
downloadxenwatch-473324c204fb6603da1a653d52ec9225340a5cf6.tar.gz
- mdns tweaks.
Diffstat (limited to 'mdns-publish-xendom.c')
-rw-r--r--mdns-publish-xendom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns-publish-xendom.c b/mdns-publish-xendom.c
index 3cc8119..48bf2bd 100644
--- a/mdns-publish-xendom.c
+++ b/mdns-publish-xendom.c
@@ -264,7 +264,7 @@ int main(int argc, char*argv[])
/* figure name */
uname(&uts);
- snprintf(buf, sizeof(buf), "xendom %s", uts.nodename);
+ snprintf(buf, sizeof(buf), "Xen domain %s", uts.nodename);
name = avahi_strdup(buf);
/* figure domain info */