浏览代码

fixed DHCPv6 processing

tags/v1.0.0
Pascal Gloor 6 年前
父节点
当前提交
64cb08090a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dhcp_protect.c

+ 1
- 1
dhcp_protect.c 查看文件

if ( conf->debug ) printf("this is a relay msg\n"); if ( conf->debug ) printf("this is a relay msg\n");
break; break;
default: // all other msgtypes default: // all other msgtypes
offset += 2; // msg-type, hop-count
offset += 4; // msg-type, transaction-id
} }


if ( conf->debug ) printf("offset=%i\n",offset); if ( conf->debug ) printf("offset=%i\n",offset);

正在加载...
取消
保存