summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-24 13:34:47 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-24 13:49:06 -0700
commit4af8403aa2ea8307a5b2df4ff827ee76606b21a1 (patch)
tree96f0587ccbf936f78920e581a57dc6fbc4bdc54e /checksum.c
parent2f84a6bd73e1a6e2081b1bcb965049ef83b2ce45 (diff)
downloadrsync-4af8403aa2ea8307a5b2df4ff827ee76606b21a1.tar.gz
Fix negotiation of none & improve NSTR debug msgs.
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksum.c b/checksum.c
index 60e0b55f..2e804c47 100644
--- a/checksum.c
+++ b/checksum.c
@@ -60,7 +60,7 @@ struct name_num_obj valid_checksums = {
#endif
{ CSUM_MD5, "md5", NULL },
{ CSUM_MD4, "md4", NULL },
- { CSUM_NONE, "none", "" }, /* The "" prevents us from listing this name by default */
+ { CSUM_NONE, "none", NULL },
{ 0, NULL, NULL }
}
};