Files
asterisk/tests
Matthew Jordan 7cf42e90b6 Fix uninitialized in this function error
With some versions of gcc, n_buckets will be flagged as being uninitialized
before use.  While its technically impossible (since the switch statement,
even without a default, accounts for all possibilities), we'll initialize the
variable to 0 anyway.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@376457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-11-19 02:14:54 +00:00
..
2012-10-14 21:56:13 +00:00
2012-07-30 13:45:42 +00:00
2012-09-22 20:43:30 +00:00