summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-31 05:21:39 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-31 05:21:39 +0000
commit560ed560f46e69255b6437e50ba0865b642c38b1 (patch)
treec652c05fd9f3fb03be71216e41f8fe8dc5d67387
parent2f09b68e52a3af712d86732ed674e1e616768d65 (diff)
downloadsamba-560ed560f46e69255b6437e50ba0865b642c38b1.tar.gz
samba-560ed560f46e69255b6437e50ba0865b642c38b1.tar.xz
samba-560ed560f46e69255b6437e50ba0865b642c38b1.zip
fixed a comment
-rw-r--r--source/include/nameserv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/nameserv.h b/source/include/nameserv.h
index c219a1f723b..e50ad042d97 100644
--- a/source/include/nameserv.h
+++ b/source/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. */