X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=backend%2Fipp.c;h=4943dbbdb116328fe04b1e7bc69b72010cd93321;hp=f1b22cdf89f489f6a6b9e6817ccf4054689e14e7;hb=ed4869111296da3b8514751fab9dffaa3146cb87;hpb=9e22304f017970e9ba10cd593a1b07df4aafdabb diff --git a/backend/ipp.c b/backend/ipp.c index f1b22cdf8..4943dbbdb 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -211,7 +211,8 @@ main(int argc, /* I - Number of command-line args */ */ if ((content_type = getenv("FINAL_CONTENT_TYPE")) == NULL) - content_type = "application/octet-stream"; + if ((content_type = getenv("CONTENT_TYPE")) == NULL) + content_type = "application/octet-stream"; /* * Extract the hostname and printer name from the URI...