diff --git a/samba/CHANGELOG b/samba/CHANGELOG
index b979b4a297..543c876285 100644
--- a/samba/CHANGELOG
+++ b/samba/CHANGELOG
@@ -20,3 +20,4 @@ Added checkboxes and a button for deleting multiple shares at once.
Added fields to set the permissions and group ownership of new shared directories.
---- Changes since 1.430 ----
The 'Password never expires' flag can be set for user accounts, thanks to a patch from Juan Miguel Corral.
+Allow the server description to be set to explicitly nothing.
diff --git a/samba/conf_smb.cgi b/samba/conf_smb.cgi
index abca3b1476..6d550ae45d 100755
--- a/samba/conf_smb.cgi
+++ b/samba/conf_smb.cgi
@@ -40,14 +40,15 @@ printf "$gap $text{'config_neither'}\n",
&isfalse("wins support") && &getval("wins server") eq "" ? "checked" : "";
print " \n";
+$desc = &getval("server string");
print "