sysdeps-unix: remove some redundant assignments

This commit is contained in:
Lennart Poettering 2011-07-28 05:36:33 +02:00
parent d837d937c5
commit 0614a49274

View file

@ -826,8 +826,6 @@ _dbus_connect_unix_socket (const char *path,
path, _dbus_strerror (errno));
_dbus_close (fd, NULL);
fd = -1;
return -1;
}
@ -836,8 +834,6 @@ _dbus_connect_unix_socket (const char *path,
_DBUS_ASSERT_ERROR_IS_SET (error);
_dbus_close (fd, NULL);
fd = -1;
return -1;
}