commit | babed5c00225f109d6ebea368ad2deea2abcce32 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Oct 22 10:56:21 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 23 15:49:47 2007 +1000 |
tree | dbe48e07afdd57834fae74c5a7e40493ffc78019 | |
parent | 25e82eba3a351cc3b263cae765a8786c827e42af [diff] |
turn err into errx in lguest call sites These two callsites should really be errx instead of err, since there is no errno associated with them in the moment they are issued. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Glauber de Oliveira Costa <gcosta@redhat.com>