Skip to content

Commit

Permalink
Merge branch 'sigar-1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed Sep 7, 2010
2 parents 78f5683 + b8c6325 commit 833ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sigar.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int sigar_common_fs_type_get(sigar_file_system_t *fsp)

switch (*type) {
case 'n':
if (strEQ(type, "nfs")) {
if (strnEQ(type, "nfs", 3)) {
fsp->type = SIGAR_FSTYPE_NETWORK;
}
break;
Expand Down

0 comments on commit 833ca18

Please sign in to comment.