Commit 887a92c3 authored by Dafydd Harries's avatar Dafydd Harries

initialize address in test-util

darcs-hash:20070202111313-c9803-cd61e5cc54dee96d9db1d2d59402f321ab88d0f7.gz
parent f7c9758b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
int int
main (void) main (void)
{ {
NiceAddress addr; NiceAddress addr = {0,};
NiceCandidate *candidate; NiceCandidate *candidate;
gchar *str; gchar *str;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment