Search
j0ke.net Open Build Service
>
Projects
>
ha
:
rebuilds
>
iscsi-initiator-utils
> iscsi-initiator-utils-increase-fw-chap-sizes.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File iscsi-initiator-utils-increase-fw-chap-sizes.patch of Package iscsi-initiator-utils
--- open-iscsi-2.0-868-test1/include/fw_context.h 2008-11-18 14:08:39.000000000 -0600 +++ open-iscsi-2.0-868-test1.work2/include/fw_context.h 2008-11-19 11:37:07.000000000 -0600 @@ -23,14 +23,15 @@ struct boot_context { #define IQNSZ (223+1) +#define CHAPSZ (255+1) /* target settings */ int target_port; char targetname[IQNSZ]; char target_ipaddr[32]; - char chap_name[127]; - char chap_password[16]; - char chap_name_in[127]; - char chap_password_in[16]; + char chap_name[CHAPSZ]; + char chap_password[CHAPSZ]; + char chap_name_in[CHAPSZ]; + char chap_password_in[CHAPSZ]; /* initiator settings */ char isid[10];