summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/linphone/files/linphone-1.6.0-call.patch')
-rw-r--r--net-voip/linphone/files/linphone-1.6.0-call.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-voip/linphone/files/linphone-1.6.0-call.patch b/net-voip/linphone/files/linphone-1.6.0-call.patch
new file mode 100644
index 0000000..27fe669
--- /dev/null
+++ b/net-voip/linphone/files/linphone-1.6.0-call.patch
@@ -0,0 +1,10 @@
+--- linphone-1.6.0.old/console/commands.c 2007-02-02 13:57:55.000000000 +0100
++++ linphone-1.6.0/console/commands.c 2007-02-02 14:25:51.000000000 +0100
+@@ -287,6 +287,7 @@
+ static int
+ lpc_cmd_call(LinphoneCore *lc, char *args)
+ {
++ if ( ! args || ! *args ) return 0;
+ if ( lc->call != NULL )
+ {
+ printf("Terminate current call first.\n");