diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-31 05:21:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-31 05:21:39 +0000 |
commit | 560ed560f46e69255b6437e50ba0865b642c38b1 (patch) | |
tree | c652c05fd9f3fb03be71216e41f8fe8dc5d67387 /source/include/nameserv.h | |
parent | 2f09b68e52a3af712d86732ed674e1e616768d65 (diff) | |
download | samba-560ed560f46e69255b6437e50ba0865b642c38b1.tar.gz samba-560ed560f46e69255b6437e50ba0865b642c38b1.tar.xz samba-560ed560f46e69255b6437e50ba0865b642c38b1.zip |
fixed a comment
Diffstat (limited to 'source/include/nameserv.h')
-rw-r--r-- | source/include/nameserv.h | 2 |
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. */ |