diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libads/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/dns.c b/source3/libads/dns.c index fe0e6d3e86..3a9e849668 100644 --- a/source3/libads/dns.c +++ b/source3/libads/dns.c @@ -796,7 +796,7 @@ char *sitename_fetch(const char *realm) char *key; if (!gencache_init()) { - return False; + return NULL; } if (!realm || (strlen(realm) == 0)) { |