Browse Source

remove superfluous ice agent warning

Change-Id: I802594572636ec1ed1804dc67c7ca032d2794f91
pull/183/head
Richard Fuchs 10 years ago
parent
commit
28d877ba2d
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      daemon/ice.c

+ 1
- 3
daemon/ice.c View File

@ -479,10 +479,8 @@ void ice_shutdown(struct ice_agent **agp) {
}
ag = *agp;
if (!ag) {
ilog(LOG_ERR, "ice ag is NULL");
if (!ag)
return;
}
__agent_deschedule(ag);


Loading…
Cancel
Save