Initialize to NULL

This commit is contained in:
Aki Niemi 2009-07-07 14:18:11 +03:00
parent 360fd4b43b
commit 5a09379263
1 changed files with 4 additions and 4 deletions

View File

@ -78,10 +78,10 @@ enum version_types {
INFO_MCUSW = 0x01
};
static GPhonetNetlink *pn_link;
static struct isi_data *isi;
static GIsiClient *client;
static GSList *pending;
static GPhonetNetlink *pn_link = NULL;
static struct isi_data *isi = NULL;
static GIsiClient *client = NULL;
static GSList *pending = NULL;
void dump_msg(const unsigned char *msg, size_t len)
{