forked from pool/libzrtpcpp
9066bea4f1
Copy from network:telephony/libzrtpcpp based on submit request 24708 from user coolo OBS-URL: https://build.opensuse.org/request/show/24708 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzrtpcpp?expand=0&rev=7
14 lines
436 B
Diff
14 lines
436 B
Diff
Index: src/ZrtpStateClass.cxx
|
|
===================================================================
|
|
--- src/ZrtpStateClass.cxx.orig
|
|
+++ src/ZrtpStateClass.cxx
|
|
@@ -1032,7 +1032,7 @@ void ZrtpStateClass::evWaitConfAck(void)
|
|
DEBUGOUT((cout << "Checking for match in WaitConfAck.\n"));
|
|
|
|
char *msg, first, last;
|
|
- uint8_t *pkt;
|
|
+ uint8_t *pkt = NULL;
|
|
|
|
if (event->type == ZrtpPacket) {
|
|
pkt = event->data.packet;
|