Skip to content

Commit

Permalink
Fix missing change for added parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Mar 9, 2016
1 parent 24da54e commit ceadd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PushSharp.Apple/ApnsConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ApnsConfiguration (string overrideHost, int overridePort, bool skipSsl =
{
SkipSsl = skipSsl;

Initialize (ApnsServerEnvironment.Sandbox, null);
Initialize (ApnsServerEnvironment.Sandbox, null, false);

OverrideServer (overrideHost, overridePort);
}
Expand Down

0 comments on commit ceadd8e

Please sign in to comment.