summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 9efc81b..9cd744b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1797,7 +1797,7 @@ ProcessConnectionReply (
errorReply->type = ICE_CONNECTION_ERROR;
errorReply->error_message =
- "Received bad version index in Connection Reply";
+ strdup("Received bad version index in Connection Reply");
}
else
{
@@ -2300,7 +2300,7 @@ ProcessProtocolReply (
errorReply->type = ICE_PROTOCOL_ERROR;
errorReply->error_message =
- "Received bad version index in Protocol Reply";
+ strdup("Received bad version index in Protocol Reply");
}
else
{