From 60be7d222e9278390e1ef9e33f0a76ff0599c005 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 31 Aug 1998 05:21:39 +0000 Subject: fixed a comment (This used to be commit 560ed560f46e69255b6437e50ba0865b642c38b1) --- source3/include/nameserv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h index c219a1f723..e50ad042d9 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -547,7 +547,7 @@ struct packet_struct #define REMOTE_ANNOUNCE_INTERVAL 180 /* what is the maximum period between name refreshes. Note that this only - affects non-permanent self names */ + affects non-permanent self names (in seconds) */ #define MAX_REFRESH_TIME (60*20) /* Types of machine we can announce as. */ -- cgit