]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1740155: Update NetWare Makefile with h2_ihash_empty().
authorYann Ylavic <ylavic@apache.org>
Tue, 26 Apr 2016 22:54:26 +0000 (22:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 26 Apr 2016 22:54:26 +0000 (22:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741115 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/NWGNUmod_http2

index c5ab259b69d89447ccd31771b617e739b6c58da8..7301a21b248225d894e73dcdb526feebd0242dec 100644 (file)
@@ -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) >> $@