From dadf9a27c85ff3841d8143f515dd1fffe655a46b Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 26 Apr 2016 22:54:26 +0000 Subject: [PATCH] Follow up to r1740155: Update NetWare Makefile with h2_ihash_empty(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741115 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/NWGNUmod_http2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/NWGNUmod_http2 b/modules/http2/NWGNUmod_http2 index c5ab259b69d..7301a21b248 100644 --- a/modules/http2/NWGNUmod_http2 +++ b/modules/http2/NWGNUmod_http2 @@ -359,7 +359,7 @@ $(OBJDIR)/mod_http2.imp : NWGNUmod_http2 @echo $(DL) h2_ihash_clear,$(DL) >> $@ @echo $(DL) h2_ihash_count,$(DL) >> $@ @echo $(DL) h2_ihash_create,$(DL) >> $@ - @echo $(DL) h2_ihash_is_empty,$(DL) >> $@ + @echo $(DL) h2_ihash_empty,$(DL) >> $@ @echo $(DL) h2_ihash_iter,$(DL) >> $@ @echo $(DL) h2_ihash_remove,$(DL) >> $@ @echo $(DL) h2_iq_add,$(DL) >> $@ -- 2.47.3