~ubuntu-branches/ubuntu/saucy/orbit2/saucy-proposed

« back to all changes in this revision

Viewing changes to linc2/src/linc-connection.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1648
1648
        if (!cnx)
1649
1649
                return;
1650
1650
 
1651
 
#ifdef G_ENABLE_DEBUG
1652
 
        g_warning ("FIXME: Need to shutdown linc connections ...");
1653
 
#endif
 
1651
        /* FIXME: Need to shutdown linc connections ... */
 
1652
 
1654
1653
        for (l = cnx; l; l = l->next)
1655
1654
                g_object_run_dispose (l->data);
1656
1655