Squash another uninitialized warning
authorDenis Kenzior <denkenz@gmail.com>
Mon, 1 Jun 2009 18:56:50 +0000 (13:56 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 1 Jun 2009 19:05:48 +0000 (14:05 -0500)
commit05588ca59e8e8e584ac78fee747815ac7600d0f3
treeb673ed8145aa8750050bf64188a705d68b152d57
parentd0a569b9c0251898a283ca70865501af7bd345f8
Squash another uninitialized warning

GCC is smart enough to detect that oct is only set if the next_octet
function succeeds.  However, we've already checked that buf is big
enough, so it should always succeed.  Still, lets keep gcc happy
src/smsutil.c