Skip to content

Commit

Permalink
Trigger build.
Browse files Browse the repository at this point in the history
AER-5913 - must set 're-replicating' state to 'unreplicated' when failing out on clock-skew stop-writes.
  • Loading branch information
gooding470 committed Aug 9, 2018
1 parent 20cc8e8 commit 390da65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions as/src/base/signal.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* signal.c
*
* Copyright (C) 2010-2014 Aerospike, Inc.
* Copyright (C) 2010-2018 Aerospike, Inc.
*
* Portions may be licensed to Aerospike, Inc. under one or more contributor
* license agreements.
Expand All @@ -21,11 +21,11 @@
*/

#include <pthread.h>
#include <signal.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>

#include "fault.h"

Expand Down

0 comments on commit 390da65

Please sign in to comment.