/[projects]/dao/DaoMqPump2/DaoCommon/Salt2Helper.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoCommon/Salt2Helper.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2171 by torben, Fri May 16 21:50:17 2014 UTC revision 2172 by torben, Sat May 17 10:53:58 2014 UTC
# Line 32  namespace DaoCommon Line 32  namespace DaoCommon
32    
33          public static bool validateSalt2Header(string salt2String)          public static bool validateSalt2Header(string salt2String)
34          {          {
35                if (salt2String.StartsWith("?"))
36                {
37                    //addLogEntry("Illegal start character - discarding");
38                    return false;
39                }
40    
41              if (salt2String.Length < 66)              if (salt2String.Length < 66)
42              {              {
43                  //addLogEntry("Transaction too short - discarding");                  //addLogEntry("Transaction too short - discarding");

Legend:
Removed from v.2171  
changed lines
  Added in v.2172

  ViewVC Help
Powered by ViewVC 1.1.20