Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2010-06-28 10:37:21 -07:00
commit d3c37d45e6
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ getexecname(void)
execname[rc] = '\0'; execname[rc] = '\0';
ptr = execname; ptr = execname;
} }
} else {
ptr = execname;
} }
pthread_mutex_unlock(&mtx); pthread_mutex_unlock(&mtx);