summaryrefslogtreecommitdiffstats
path: root/gisi/pep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/pep.c')
-rw-r--r--gisi/pep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gisi/pep.c b/gisi/pep.c
index bea19024..c82dc39c 100644
--- a/gisi/pep.c
+++ b/gisi/pep.c
@@ -65,7 +65,7 @@ static gboolean g_isi_pep_callback(GIOChannel *channel, GIOCondition cond,
}
pep->gprs_fd = fd;
- if (pep->ready)
+ if (pep->ready != NULL)
pep->ready(pep, pep->opaque);
return FALSE;