Browse Source

fix compiler warning

pull/163/head
Richard Fuchs 11 years ago
parent
commit
f6ff7b23f4
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      daemon/ice.c

+ 0
- 3
daemon/ice.c View File

@ -1036,7 +1036,6 @@ int ice_request(struct stream_fd *sfd, const endpoint_t *src,
struct packet_stream *ps = sfd->stream;
struct call_media *media = ps->media;
struct ice_agent *ag;
const struct local_intf *ifa;
const char *err;
struct ice_candidate *cand;
struct ice_candidate_pair *pair;
@ -1051,8 +1050,6 @@ int ice_request(struct stream_fd *sfd, const endpoint_t *src,
atomic64_set(&ag->last_activity, poller_now);
ifa = sfd->local_intf;
/* determine candidate pair */
mutex_lock(&ag->lock);


Loading…
Cancel
Save