summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-01-14 17:09:38 +0000
committerajs <ajs>2005-01-14 17:09:38 +0000
commitcb585b65d1a513fd62449cc031e273245a8fd6c0 (patch)
tree076602b4fae8d47e3b82c353898de5260ac91007 /lib/ChangeLog
parentf867d32c4a0d6a18c5f7c042b9dd5798dce93e10 (diff)
2005-01-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* command.c (print_version): Do not bother even to examine host.name, since it is always NULL when this function is called from main.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ad81ed5f..7c928c6b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * command.c (print_version): Do not bother even to examine host.name,
+ since it is always NULL when this function is called from main.
+
2005-01-14 Greg Troxel <gdt@fnord.ir.bbn.com>
* command.c (print_version): Don't print host.name if it is NULL.