traffic_stop_iperf: Fix uninitialized variable usage issue

In parsing iperf results, variable summary_buf would have been used
without initialization if there was no expected result lines. Fix this
by initializing it to an empty string.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
1 file changed