Skip to content

Commit ab079b3

Browse files
Merge pull request #1069 from StephenHodgson/MRTK-ManualIpConfigFix
Sharing Service IP input Fix
2 parents 4ff9658 + 29fc1ed commit ab079b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/HoloToolkit/Sharing/Scripts/Utilities/ManualIpConfiguration.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ public class ManualIpConfiguration : MonoBehaviour
1212
{
1313
/// <summary>
1414
/// The maximum length of characters in a IPv4 address.
15+
/// <remarks>000.000.000.000</remarks>
1516
/// </summary>
16-
private const int MaximumCharacterLength = 12;
17+
private const int MaximumCharacterLength = 15;
1718

1819
public string IpAddress { get { return ipAddress.text; } }
1920

0 commit comments

Comments
 (0)