summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/providers/dp_dyndns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/dp_dyndns.c b/src/providers/dp_dyndns.c
index b6743cf81..a12560ecd 100644
--- a/src/providers/dp_dyndns.c
+++ b/src/providers/dp_dyndns.c
@@ -389,7 +389,7 @@ nsupdate_msg_create_common(TALLOC_CTX *mem_ctx, const char *realm,
#ifdef HAVE_NSUPDATE_REALM
realm_directive = talloc_asprintf(tmp_ctx, "realm %s\n", realm);
#else
- realm_directive = talloc_asprintf(tmp_ctx, "");
+ realm_directive = talloc_asprintf(tmp_ctx, "\n");
#endif
if (!realm_directive) {
goto fail;