~ubuntu-branches/ubuntu/utopic/sushi/utopic

« back to all changes in this revision

Viewing changes to maki/source/network.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-02-13 12:18:45 UTC
  • Revision ID: package-import@ubuntu.com-20120213121845-15l4ym44t2tk3rky
Tags: 1.3.0+dfsg-2ubuntu1
* Add gupnp_api.patch: Fix building with current gupnp-igd. Not forwarded
  upstream, gupnp_simple_igd_new() call disappeared entirely in trunk.
  (Debian #652783)
* Rebuild against libgupnp-igd-1.0-4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        net->lock = g_mutex_new();
179
179
 
180
180
#ifdef HAVE_GUPNP_IGD_1_0
181
 
        net->upnp_igd = gupnp_simple_igd_new(NULL);
 
181
        net->upnp_igd = gupnp_simple_igd_new();
182
182
#endif
183
183
 
184
184
        return net;