]> granicus.if.org Git - curl/commit
curl_sasl: declare mechtable static
authorMartin Kepplinger <martink@posteo.de>
Tue, 4 Apr 2017 20:04:38 +0000 (22:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2017 20:59:34 +0000 (22:59 +0200)
commit2d4413fefd20219ebf841e6213f4f2cacb31bf1d
tree54d6913380739fa02255a7b37c5c964cabfd6146
parent36e604fc78396d1f69c20e69e13302bce7471e78
curl_sasl: declare mechtable static

struct mechtable is only used locally here. It can be declared static.
lib/curl_sasl.c