Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
pfSense
All Projects
pfSense
Overview
Activity
Roadmap
Issues
Download (327 Bytes)
Bug #9267
» dhclient-patch.txt
Nash Kaminski
, 01/10/2019 07:38 PM
Index: sbin/dhclient/dhclient.c
===================================================================
--- sbin/dhclient/dhclient.c (revision 342377)
+++ sbin/dhclient/dhclient.c (working copy)
@@ -2316,7 +2316,7 @@
if (ip)
script_flush_env(ip->client);
- return (wstatus & 0xff);
+ return WEXITSTATUS(wstatus);
}
void
« Previous
1
2
Next »
(2-2/2)
Loading...