]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
oops, typo in previous pullup v9.1.2rc1
authorAndreas Gustafsson <source@isc.org>
Wed, 2 May 2001 22:27:08 +0000 (22:27 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 2 May 2001 22:27:08 +0000 (22:27 +0000)
bin/nsupdate/nsupdate.c

index 32bb9740c040aea44c780b4461d55edc8f064c74..dc98a67a7213c94c5aeb94f8b3971e0b9120875c 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.75.2.5 2001/04/12 17:36:55 gson Exp $ */
+/* $Id: nsupdate.c,v 1.75.2.6 2001/05/02 22:27:08 gson Exp $ */
 
 #include <config.h>
 
@@ -1188,7 +1188,7 @@ get_next_command(void) {
 
        if (feof(input))
                return (STATUS_QUIT);
-       if (word == 0)
+       if (*word == 0)
                return (STATUS_SEND);
        if (word[0] == ';')
                return (STATUS_MORE);