Skip to content

Commit

Permalink
Merge pull request #113 from p0pr0ck5/master
Browse files Browse the repository at this point in the history
Optimize libinjection_sqli_token layout
  • Loading branch information
client9 committed May 21, 2017
2 parents ca8e3e4 + 442c3bc commit 657122b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/libinjection_sqli.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ struct libinjection_sqli_token {
#ifdef SWIG
%immutable;
#endif
char type;
char str_open;
char str_close;

/*
* position and length of token
* in original string
Expand All @@ -57,6 +53,9 @@ struct libinjection_sqli_token {
*/
int count;

char type;
char str_open;
char str_close;
char val[32];
};

Expand Down

0 comments on commit 657122b

Please sign in to comment.