Blame SOURCES/0017-vdagentd-proto-strings-Add-missing-string-for-VDAGEN.patch

a547b4
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a547b4
From: Pavel Grunt <pgrunt@redhat.com>
a547b4
Date: Tue, 28 Apr 2015 11:09:28 +0200
a547b4
Subject: [PATCH] vdagentd-proto-strings: Add missing string for
a547b4
 VDAGENTD_AUDIO_VOLUME_SYNC
a547b4
a547b4
Avoids a crash when running spice-vdagent with debug
a547b4
a547b4
Backtrace:
a547b4
a547b4
 #0  0x0000003dcf647e2c in _IO_vfprintf_internal (s=<value optimized out>, format=<value optimized out>, ap=<value optimized out>) at vfprintf.c:1641
a547b4
 #1  0x0000003dcf6e4e90 in __vsyslog_chk (pri=<value optimized out>, flag=-1, fmt=0x40f360 "%p received %s, arg1: %u, arg2: %u, size %u", ap=0x7fffffffddc0) at ../misc/syslog.c:222
a547b4
 #2  0x0000003dcf6e50c0 in __syslog (pri=<value optimized out>, fmt=<value optimized out>) at ../misc/syslog.c:119
a547b4
 #3  0x000000000040c6da in udscs_read_complete (connp=0x610de8) at src/udscs.c:448
a547b4
 #4  0x000000000040c8d1 in udscs_do_read (connp=0x610de8) at src/udscs.c:500
a547b4
 #5  0x000000000040c303 in udscs_client_handle_fds (connp=0x610de8, readfds=0x7fffffffe0a0, writefds=0x7fffffffe020) at src/udscs.c:349
a547b4
 #6  0x0000000000403d74 in main (argc=3, argv=0x7fffffffe248) at src/vdagent.c:365
a547b4
---
a547b4
 src/vdagentd-proto-strings.h | 1 +
a547b4
 1 file changed, 1 insertion(+)
a547b4
a547b4
diff --git a/src/vdagentd-proto-strings.h b/src/vdagentd-proto-strings.h
a547b4
index e76cb3b..a3fbd32 100644
a547b4
--- a/src/vdagentd-proto-strings.h
a547b4
+++ b/src/vdagentd-proto-strings.h
a547b4
@@ -30,6 +30,7 @@ static const char * const vdagentd_messages[] = {
a547b4
         "clipboard data",
a547b4
         "clipboard release",
a547b4
         "version",
a547b4
+        "audio volume sync",
a547b4
         "file xfer start",
a547b4
         "file xfer status",
a547b4
         "file xfer data",