We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c021eb commit b9f5adeCopy full SHA for b9f5ade
meta-facebook/meta-wedge/recipes-wedge/ipmid/files/ipmid.c
@@ -613,7 +613,7 @@ app_get_device_id (unsigned char *response, unsigned char *res_len)
613
ipmi_res_t *res = (ipmi_res_t *) response;
614
unsigned char *data = &res->data[0];
615
FILE *fp=NULL;
616
- int fv_major = 0x0f, fv_minor = 0x0F;
+ int fv_major = 0x10, fv_minor = 0x00;
617
char buffer[32];
618
619
fp = fopen("/etc/issue","r");
0 commit comments