Updated to more recent variable name

This commit is contained in:
Josh Sherman 2016-10-12 14:32:05 -05:00
parent 288400f616
commit 98bd3a7e61

View file

@ -81,7 +81,7 @@ class NodeCurlHttppost
last->contenttype = value; last->contenttype = value;
break; break;
case FILE: case FILE:
last->flags |= HTTPPOST_FILENAME; last->flags |= CURL_HTTPPOST_FILENAME;
case CONTENTS: case CONTENTS:
last->contents = value; last->contents = value;
last->contentslength = length; last->contentslength = length;