From fc2a0f5eb8caae4f4fd0c023619954ed4b6ca760 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Wed, 20 Jul 2016 15:10:05 +0530 Subject: features/ctr: Check for NULL local This is a defensive fix to prevent a crash reported during a rename operation. This is not reproducible under normal circumstances. This patch also moves ctr-messages.h to the src dir of the changetimerecorder xlator. Change-Id: I46eb926d67bf4c19387c8b26e354c635a5fb284c BUG: 1358196 Signed-off-by: N Balachandran Reviewed-on: http://review.gluster.org/14964 NetBSD-regression: NetBSD Build System Tested-by: Zhou Zhengping Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/Makefile.am') diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index 1dbea92b2bb..1d1c9d1a3ce 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -50,7 +50,7 @@ libglusterfs_la_HEADERS = common-utils.h defaults.h default-args.h \ event-history.h gidcache.h client_t.h glusterfs-acl.h \ glfs-message-id.h template-component-messages.h strfd.h \ syncop-utils.h parse-utils.h libglusterfs-messages.h tw.h \ - ctr-messages.h lvm-defaults.h quota-common-utils.h rot-buffs.h \ + lvm-defaults.h quota-common-utils.h rot-buffs.h \ compat-uuid.h upcall-utils.h throttle-tbf.h libglusterfs_ladir = $(includedir)/glusterfs -- cgit