Tue May 20 07:46:20 EDT 2008 Pekka.Pessi@nokia.com

* nua_params.c: fixed klocwork issue



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8607 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-25 13:51:51 +00:00
parent 08ed3b66fc
commit 206a5e6a77
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
Sun May 25 09:51:04 EDT 2008
Sun May 25 09:51:44 EDT 2008

View File

@ -1103,7 +1103,6 @@ int nhp_save_params(nua_handle_t *nh,
if (nh == dnh || nh->nh_prefs != dnh->nh_prefs) {
dst = nh->nh_prefs, *old = *dst;
assert(dst);
}
else {
dst = su_zalloc(home, sizeof *dst), memset(old, 0, sizeof *old);