~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to libdaemon/client/daemon-client.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 */
14
14
 
15
15
#include "daemon-io.h"
16
 
#include "config-util.h"
17
16
#include "daemon-client.h"
18
17
#include "dm-logging.h"
19
18
 
208
207
                dm_config_destroy(r.cft);
209
208
        buffer_destroy(&r.buffer);
210
209
}
211