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 | 3808642bebe760f6412ae0d79c6e50f01fdd8875 (patch) | |
tree | fad474a9c3a637a6700757d9713c0d49e6685921 | |
parent | 8a86541e282424c4e0ea5626b26e818779ba0375 (diff) | |
download | samba-3808642bebe760f6412ae0d79c6e50f01fdd8875.tar.gz samba-3808642bebe760f6412ae0d79c6e50f01fdd8875.tar.bz2 samba-3808642bebe760f6412ae0d79c6e50f01fdd8875.zip |
Fixed last remaining instance of MS_DFS to WITH_MSDFS.
(This used to be commit d4e2e595661857f40a40ce32a1b6dc4725e6c3b3)
-rw-r--r-- | source3/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 18271d0990..58df386c1c 100644 --- a/source3/acconfig.h +++ b/source3/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 |