Minor cleanup. (#3361)

This commit is contained in:
Bala FA
2016-11-28 12:14:24 -08:00
committed by Harshavardhana
parent 201a20ac02
commit 9ccfb70104
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func hasPosixReservedPrefix(name string) (isReserved bool) {
isReserved = true
break
}
isReserved = false
}
return isReserved
}