diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-03 01:00:57 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-03 01:00:57 +0200 |
commit | 76eb071c636704c0223dff25ce0109f763f3296d (patch) | |
tree | e1dcd5c6fdb7f4793b97222fc9df643ba616cbe6 | |
parent | b054fad92df7f0a843451f1178f1393b0d14e7b2 (diff) |
skype_read_callback(): mark a call ended if it failed
-rw-r--r-- | skype/skype.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/skype.c b/skype/skype.c index 8e041544..4666f6cd 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -673,6 +673,7 @@ static gboolean skype_read_callback( gpointer data, gint fd, b_input_condition c else if(!strcmp(info, "STATUS FAILED")) { imcb_error(ic, "Call failed: %s", skype_call_strerror(sd->failurereason)); + sd->call_id = NULL; } else if(!strncmp(info, "DURATION ", 9)) { |