[pkg-wpa-devel] r1028 - /wpasupplicant/trunk/debian/patches/33_wait_for_interface_driver_init.patch
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Fri Jan 11 10:04:41 UTC 2008
Author: kelmo-guest
Date: Fri Jan 11 10:04:41 2008
New Revision: 1028
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1028
Log:
fix first fail case
Modified:
wpasupplicant/trunk/debian/patches/33_wait_for_interface_driver_init.patch
Modified: wpasupplicant/trunk/debian/patches/33_wait_for_interface_driver_init.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/33_wait_for_interface_driver_init.patch?rev=1028&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/33_wait_for_interface_driver_init.patch (original)
+++ wpasupplicant/trunk/debian/patches/33_wait_for_interface_driver_init.patch Fri Jan 11 10:04:41 2008
@@ -237,8 +237,8 @@
+ eloop_unregister_read_sock(s);
+fail2:
+ close(s);
++fail:
+ close(drv->ioctl_sock);
-+fail:
+ os_free(drv);
+ return NULL;
}
More information about the Pkg-wpa-devel
mailing list