X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=6d577570f2fe58f212c8639ba9150b1c55ec866c;hp=a8ea62c682354d510fd5ec08706cadb2cb88de9d;hb=0b02ebc4d98182cf79c670e7e556ac7f4f859b75;hpb=8770211c84cfb69f71bd204926593900d74ab579 diff --git a/src/tincd.c b/src/tincd.c index a8ea62c6..6d577570 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -19,6 +19,9 @@ /* * $Log: tincd.c,v $ + * Revision 1.6 2000/04/18 16:04:10 zarq + * Address for bugreports changed to tinc@nl.linux.org. + * * Revision 1.5 2000/04/17 16:23:29 zarq * Pass the requested size from xmalloc() and xrealloc() on to xalloc_fail_func() * @@ -109,7 +112,7 @@ usage(int status) " -t, --timeout=TIMEOUT Seconds to wait before giving a timeout.\n"); printf(" --help Display this help and exit.\n" " --version Output version information and exit.\n\n"); - printf("Report bugs to zarq@iname.com.\n"); + printf("Report bugs to tinc@nl.linux.org.\n"); } exit(status); }