~ubuntu-branches/ubuntu/vivid/vino/vivid-proposed

« back to all changes in this revision

Viewing changes to server/vino-upnp.c

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2014-10-29 16:45:42 UTC
  • Revision ID: package-import@ubuntu.com-20141029164542-gpdoa9463r3go335
Tags: 3.8.1-0ubuntu3
* rebuild against new libminiupnpc10
  - 05_use-system-miniupnpc.patch add missing NULL parameter, for API change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
                                        int_port_tmp,
247
247
                                        NULL,
248
248
                                        NULL,
 
249
                                        NULL,
249
250
                                        NULL);
250
251
      if ( (strcmp (int_client_tmp, upnp->priv->lanaddr) == 0) && (strcmp (int_port_tmp, ext_port) == 0) )
251
252
        {