~ubuntu-branches/ubuntu/maverick/dbus/maverick-security

« back to all changes in this revision

Viewing changes to dbus/dbus-server-debug-pipe.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 *
23
23
 */
24
24
 
 
25
#include <config.h>
25
26
#include "dbus-internals.h"
26
27
#include "dbus-server-debug-pipe.h"
27
28
#include "dbus-transport-socket.h"
253
254
      return NULL;
254
255
    }
255
256
 
256
 
  _dbus_fd_set_close_on_exec (client_fd);
257
 
  _dbus_fd_set_close_on_exec (server_fd);
258
 
  
259
257
  client_transport = _dbus_transport_new_for_socket (client_fd,
260
258
                                                     NULL, &address);
261
259
  if (client_transport == NULL)