Skip to content

Commit

Permalink
Make max nonce index higher
Browse files Browse the repository at this point in the history
  • Loading branch information
denodaeus committed Jul 17, 2013
1 parent fcaab4d commit 640cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auth/auth_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "../signaling/signaling.h"
#include "../../lock_ops.h"

#define MAX_NONCE_INDEX 100000
#define MAX_NONCE_INDEX 256000
#define NBUF_LEN (MAX_NONCE_INDEX>>3)

/*
Expand Down

0 comments on commit 640cbd6

Please sign in to comment.