security.c: Curl_sec_fflush_fd tweaks
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Sun, 12 Sep 2010 23:32:41 +0000 (16:32 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
commit5ea9e78bd7ddc725a8056fdcc3d830fa5ff49fb1
tree87c10385f4f47c74ae1f620ae7f3cf65e259d13b
parent69d7c48072299850d1bf3e0a134cb9970ffc1850
security.c: Curl_sec_fflush_fd tweaks

- Use an early return as it makes the code more readable.
- Added a FIXME about a conversion.
lib/security.c