Skip to content

Commit

Permalink
Set default value for clientId to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Mar 7, 2016
1 parent 8f42b5e commit 518fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/red5/server/net/rtmp/status/Status.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class Status implements StatusCodes, ICustomSerializable, Externalizable
/**
* Id of client
*/
protected Number clientid;
protected Number clientid = -1d;

/** Constructs a new Status. */
public Status() {
Expand Down

0 comments on commit 518fc63

Please sign in to comment.