1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r25396: Very obvious fix from Martin Zielinski.

Guenther
(This used to be commit 1f0d05807b7fe31cc4be59c7a2e850c9ec3e3864)
This commit is contained in:
Günther Deschner 2007-09-28 01:02:11 +00:00 committed by Gerald (Jerry) Carter
parent 1f4e302dc2
commit 314cb03db1

View File

@ -1277,6 +1277,7 @@ BOOL get_mydnsdomname(fstring my_domname)
if (p) {
p++;
fstrcpy(my_domname, p);
return True;
}
return False;