From: Yann Ylavic Date: Tue, 26 Apr 2016 22:54:26 +0000 (+0000) Subject: Follow up to r1740155: Update NetWare Makefile with h2_ihash_empty(). X-Git-Tag: 2.5.0-alpha~1698 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dadf9a27c85ff3841d8143f515dd1fffe655a46b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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) >> $@