2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-25 05:41:09 +00:00

Merge pull request #5133 from gurevichmark/xcatd_missing_bracket

Missing closing bracket
This commit is contained in:
cxhong
2018-04-23 13:28:36 -04:00
committed by GitHub

View File

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