]> granicus.if.org Git - curl/commit
sendf: use failf() rather than Curl_failf()
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 13 Sep 2018 08:48:21 +0000 (10:48 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 13 Sep 2018 08:48:21 +0000 (10:48 +0200)
commitdaa12c6eb36b26031a80e2bfe61453b4c25f53f7
tree535a7aca33de3e2b851b6c5836ce3f0497d6f47e
parente7ee2f29238702f9d3d028baad7a5f1e23b43636
sendf: use failf() rather than Curl_failf()

The failf() macro is the name used for invoking Curl_failf(). While
there isn't a way to turn off failf like there is for infof, but it's
still a good idea to use the macro.

Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/krb5.c