]> granicus.if.org Git - rtmpdump/commitdiff
Cleanup prev
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 25 Mar 2010 03:14:34 +0000 (03:14 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 25 Mar 2010 03:14:34 +0000 (03:14 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@399 400ebc74-4327-4243-bc38-086b20814532

rtmpgw.c

index 0a67c2185c040ca487bac5ba9fcef6eab10e9639..ddee68ddca246f6765ca8cf7f16ed7cc9662165e 100644 (file)
--- a/rtmpgw.c
+++ b/rtmpgw.c
@@ -448,7 +448,7 @@ void processTCPrequest(STREAMING_SERVER * server,   // server socket and state (ou
 
                  if (!ParseOption(ich, arg, &req))
                    {
-                     status = "400 unrecognized option";
+                     status = "400 unknown option";
                      goto filenotfound;
                    }
                }