More Cisco specific stuff
FossilOrigin-Name: ba1217e4069e946c852d379efe8a1c7bc95a6a545c85853ae54cdc3786b60dac
This commit is contained in:
@ -36,9 +36,8 @@ uint8_t * bstr_create_from_cfgstr(const char * s)
|
||||
if (l<=2)
|
||||
return bstr_create((uint8_t*)s,l+1);
|
||||
|
||||
if (s[1]=='.'){
|
||||
if (s[1]=='.')
|
||||
return bstr_create((uint8_t*)s+1,l);
|
||||
}
|
||||
|
||||
if (s[1]=='x'){
|
||||
uint8_t * ns=0;
|
||||
@ -71,7 +70,6 @@ uint8_t * bstr_create_from_cfgstr(const char * s)
|
||||
|
||||
}
|
||||
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user