Puts no image update req out.
FossilOrigin-Name: 4d53e14712a4b54004e4aa0cae9518276339db9b0d8cebb99d7e1c7ee2fe9793
This commit is contained in:
parent
9b48682667
commit
d3ea9b3343
@ -24,7 +24,7 @@ int cw_out_cisco_ac_descriptor(struct conn *conn,struct cw_action_out * a,uint8_
|
|||||||
i = cw_itemstore_get(conn->local,CW_ITEM_AC_SOFTWARE_VERSION);
|
i = cw_itemstore_get(conn->local,CW_ITEM_AC_SOFTWARE_VERSION);
|
||||||
|
|
||||||
if ( i ) {
|
if ( i ) {
|
||||||
d += cw_put_version(d,1,i->data);
|
d += cw_put_version(d,5,i->data);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cw_log(LOG_ERR, "Can't set Software Version in AC descriptor, No value defined.");
|
cw_log(LOG_ERR, "Can't set Software Version in AC descriptor, No value defined.");
|
||||||
|
Loading…
Reference in New Issue
Block a user