comparison extensions/app_sip/multimediaauth.c @ 1443:ca7ca55e2488

app_sip: debug log a non-NULL value Detected by gcc 9.1.1.
author Luke Mewburn <luke@mewburn.net>
date Thu, 27 Feb 2020 16:27:48 +1100
parents c8057892e56b
children
comparison
equal deleted inserted replaced
1442:915450ee91c7 1443:ca7ca55e2488
146 } 146 }
147 not_found=ret; 147 not_found=ret;
148 148
149 if(not_found) 149 if(not_found)
150 { 150 {
151 TRACE_DEBUG(FULL,"The user %s doesn't exist!",username); 151 TRACE_DEBUG(FULL,"The user %s doesn't exist!", avphdr->avp_value->os.data);
152 result="DIAMETER_ERROR_USER_UNKNOWN"; 152 result="DIAMETER_ERROR_USER_UNKNOWN";
153 free(username); 153 free(username);
154 goto out; 154 goto out;
155 } 155 }
156 156
"Welcome to our mercurial repository"