hal/libhal libhal.c,1.28,1.29
David Zeuthen
david at freedesktop.org
Mon Sep 27 07:58:47 PDT 2004
Update of /cvs/hal/hal/libhal
In directory gabe:/tmp/cvs-serv9361/libhal
Modified Files:
libhal.c
Log Message:
2004-09-27 David Zeuthen <david at fubar.dk>
* libhal/libhal.c (hal_shutdown): Make libhal compile since an
error variable was errornously deleted before committing it
Index: libhal.c
===================================================================
RCS file: /cvs/hal/hal/libhal/libhal.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- libhal.c 27 Sep 2004 14:49:45 -0000 1.28
+++ libhal.c 27 Sep 2004 14:58:45 -0000 1.29
@@ -685,6 +685,8 @@
int
hal_shutdown (LibHalContext *ctx)
{
+ DBusError error;
+
if (!ctx->is_initialized)
return 1;
More information about the hal-commit
mailing list