summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-22 16:36:59 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-22 16:36:59 (GMT)
commitfe6c55bf935449d28a697530b3c83b461be7bb48 (patch)
treec07d5910cff3daadaf04e59d32be187418bc2949 /src/uscxml/server
parent948fbc12c1b4e48a24b18a84878bd560cbaf91a7 (diff)
downloaduscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.zip
uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.tar.gz
uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.tar.bz2
Email Attachments and Prolog Version Fixes
Diffstat (limited to 'src/uscxml/server')
-rw-r--r--src/uscxml/server/InterpreterServlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/server/InterpreterServlet.cpp b/src/uscxml/server/InterpreterServlet.cpp
index a62a6eb..af56ba3 100644
--- a/src/uscxml/server/InterpreterServlet.cpp
+++ b/src/uscxml/server/InterpreterServlet.cpp
@@ -138,7 +138,7 @@ bool InterpreterWebSocketServlet::wsRecvRequest(struct evws_connection *conn, co
Data InterpreterWebSocketServlet::getDataModelVariables() {
Data data;
- if(_url.length() > 0);
+ if(_url.length() > 0)
data.compound["location"] = Data(_url, Data::VERBATIM);
return data;
}