2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Missing closing bracket

This commit is contained in:
Mark Gurevich
2018-04-23 13:24:28 -04:00
parent 5d0ee0db17
commit a52c70c2bd

View File

@ -476,4 +476,5 @@ sub verifytoken {
# Token entry was not found
return undef;
}
}
1;