Re: [SR-Users] Problems using htable iterator

2014-11-03 Thread Daniel-Constantin Mierla
Hello, be sure you use the latest git branch 4.2 or nightly debian builds -- it was a fix to this kind of issue after the release of 4.2.0 (it will be part of 4.2.1). Cheers, Daniel On 03/11/14 17:51, Glenn Larsen wrote: > Hi, > > I have a hard time using the htable iterator... > > I have this s

[SR-Users] Problems using htable iterator

2014-11-03 Thread Glenn Larsen
Hi, I have a hard time using the htable iterator... I have this simple setup: modparam("htable", "htable", "h1=>size=4") ... sht_iterator_start("i1", "h1"); while (sht_iterator_next("i1")) { xlog("L_ERR", " SS: $shtitkey(i1) and $shtitval(i1)\n");