mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-06-03 11:52:28 +02:00
extract fix
This commit is contained in:
+1
-1
@@ -220,7 +220,7 @@ void extract_attachment_content(struct session_data *sdata, struct _state *state
|
|||||||
pid_t pid;
|
pid_t pid;
|
||||||
char outbuf[MAXBUFSIZE];
|
char outbuf[MAXBUFSIZE];
|
||||||
|
|
||||||
if(strcmp(type, "other") == 0) return;
|
if(strcmp(type, "other") == 0 || strcmp(type, "text") == 0) return;
|
||||||
|
|
||||||
#ifdef HAVE_ZIP
|
#ifdef HAVE_ZIP
|
||||||
if(strcmp(type, "odf") == 0){
|
if(strcmp(type, "odf") == 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user