fixed a wrong data type of a parameter passed to ioctl.
fixed the segfault when no host configuration is in the configuration file
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -80,8 +80,12 @@
|
||||
<if cond="ENABLE_DLL=='1'">shared</if>
|
||||
<if cond="ENABLE_DLL=='0'">static</if>
|
||||
</set>
|
||||
<set var="BUILDDIR_TCPV40HDRS">
|
||||
<if cond="TCPV40HDRS=='on'">-tcpv40hdrs</if>
|
||||
<if cond="TCPV40HDRS=='off'"></if>
|
||||
</set>
|
||||
<set var="BUILDDIR">
|
||||
$(BUILDDIR_BUILD)-$(BUILDDIR_CHAR)-$(BUILDDIR_SHARED)
|
||||
$(BUILDDIR_BUILD)-$(BUILDDIR_CHAR)-$(BUILDDIR_SHARED)$(BUILDDIR_TCPV40HDRS)
|
||||
</set>
|
||||
|
||||
<!-- =========================================================
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user