~ubuntu-branches/ubuntu/vivid/syslog-ng/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/ivykis/lib/iv_fd.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        ret = method->notify_fd_sync(st, fd);
177
177
        if (ret) {
178
178
                fd->registered = 0;
 
179
                if (method->unregister_fd != NULL)
 
180
                        method->unregister_fd(st, fd);
179
181
                return ret;
180
182
        }
181
183