diff options
author | Tim Potter <tpot@samba.org> | 2000-05-26 18:44:40 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-05-26 18:44:40 +0000 |
commit | d4e2e595661857f40a40ce32a1b6dc4725e6c3b3 (patch) | |
tree | 8cef65b54793af20ab0556c73ce17520098eb8fe | |
parent | e0965a80bdca5239886b11ef55dc29fed261bfc0 (diff) | |
download | samba-d4e2e595661857f40a40ce32a1b6dc4725e6c3b3.tar.gz samba-d4e2e595661857f40a40ce32a1b6dc4725e6c3b3.tar.xz samba-d4e2e595661857f40a40ce32a1b6dc4725e6c3b3.zip |
Fixed last remaining instance of MS_DFS to WITH_MSDFS.
-rw-r--r-- | source/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 18271d09907..58df386c1c1 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -72,7 +72,7 @@ #undef HAVE_SETRESUID #undef WITH_NETATALK #undef WITH_UTMP -#undef MS_DFS +#undef WITH_MSDFS #undef HAVE_INO64_T #undef HAVE_STRUCT_FLOCK64 #undef SIZEOF_INO_T |