Always convert uuid to lower case.
MFC after: 2 weeks
This commit is contained in:
parent
f23ed79b08
commit
2547b459b0
@ -58,7 +58,7 @@ hostid_set()
|
||||
|
||||
valid_hostid()
|
||||
{
|
||||
uuid=$1
|
||||
uuid=$(echo $1 | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
x="[0-9a-f]"
|
||||
y=$x$x$x$x
|
||||
|
Loading…
Reference in New Issue
Block a user