diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nameserv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |