mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-13 03:20:01 +01:00
revert the commit 98c3869a3c
This commit is contained in:
parent
4266617b1b
commit
d8bf042598
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
char * os__get_deviceid_manufacturer()
|
||||
{
|
||||
char *v;
|
||||
db_get_value_string("device", "deviceinfo", "Manufacturer", &v);
|
||||
dmuci_get_option_value_string("cwmp","cpe","manufacturer", &v);
|
||||
if (v[0] == '\0') {
|
||||
db_get_value_string("device", "deviceinfo", "Manufacturer", &v);
|
||||
return v;
|
||||
}
|
||||
return v;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue