summaryrefslogtreecommitdiff
path: root/server/zstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/zstring.c')
-rw-r--r--server/zstring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/zstring.c b/server/zstring.c
index f9377da..6b5aed3 100644
--- a/server/zstring.c
+++ b/server/zstring.c
@@ -78,7 +78,6 @@ make_zstring(s, downcase)
new_s = strsave(s);
new_z = (ZSTRING *) malloc(sizeof(ZSTRING));
new_z->string = new_s;
- new_z->len = strlen(new_s);
new_z->ref_count = 1;
/* Add to beginning of hash table */