CID 1032813: Add missing break statement.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Klaas Freitag 2013-07-10 14:43:32 +02:00 committed by Andreas Schneider
parent 38f19a6ada
commit 4c1106066a

View file

@ -322,6 +322,7 @@ static int _stat(const char *uri, csync_vio_file_stat_t *buf) {
break;
case S_IFSOCK:
buf->type = CSYNC_VIO_FILE_TYPE_SYMBOLIC_LINK;
break;
default:
buf->type = CSYNC_VIO_FILE_TYPE_UNKNOWN;
break;