Add g_return_if_fail() guards to file xfer public functions
commitec9f11064efee2ad3f0be0d36f5fdbbbe2d51ad9
authorChristophe Fergeau <cfergeau@redhat.com>
Thu, 27 Feb 2014 17:45:15 +0000 (27 18:45 +0100)
committerChristophe Fergeau <cfergeau@redhat.com>
Thu, 18 Sep 2014 11:34:26 +0000 (18 13:34 +0200)
tree224c0784c0d62a5e6d78e589c36223347244a835
parent072fb03fa47b18dd6cdd3b5c764d59e06fc5815e
Add g_return_if_fail() guards to file xfer public functions

With the next commit, we won't always have a file xfer object available.
This next commit will make sure NULL is never passed to the public file
xfer functions, but it's safer to guard against that anyway in case
this gets broken in the future.
src/vdagent-file-xfers.c