mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 18:40:13 +01:00
extract fix
This commit is contained in:
parent
2153e0a79a
commit
f7bafa1932
@ -220,7 +220,7 @@ void extract_attachment_content(struct session_data *sdata, struct _state *state
|
||||
pid_t pid;
|
||||
char outbuf[MAXBUFSIZE];
|
||||
|
||||
if(strcmp(type, "other") == 0) return;
|
||||
if(strcmp(type, "other") == 0 || strcmp(type, "text") == 0) return;
|
||||
|
||||
#ifdef HAVE_ZIP
|
||||
if(strcmp(type, "odf") == 0){
|
||||
|
Loading…
Reference in New Issue
Block a user