[OpenSER-Devel] LM_DBG in OpenSER 1.2 branch

Carsten Bock lists at bock.info
Tue Dec 11 13:12:05 UTC 2007


Hi,

The OpenSER 1.2 branch contains the following lines, which are invalid
for OpenSER 1.2:

	if (user.s==NULL || user.len==0 ) {
		LM_DBG("no username part\n");
		return -1;
	}

I think this should be:
LOG(L_DBG, "...

Carsten




More information about the Devel mailing list