fixed uninitialized value

This commit is contained in:
Frank Morgner
2015-01-25 03:23:16 +01:00
parent 740ad86e51
commit f92d750b39
2 changed files with 2 additions and 2 deletions

View File

@@ -863,7 +863,7 @@ static void *interrupt (void *param)
}
pthread_cleanup_push (close_fd, &status_fd);
int result;
int result = 0;
RDR_to_PC_NotifySlotChange_t *slotchange;
do {
/* original LinuxThreads cancelation didn't work right */