extract fix

This commit is contained in:
SJ 2015-03-20 15:46:10 +01:00
parent 2153e0a79a
commit f7bafa1932

View File

@ -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){