--- snmpUDPDomain.c     2002-12-17 06:44:45.000000000 -0800
+++ snmpUDPDomain.c.new 2004-08-25 15:33:25.000000000 -0700
@@ -489,7 +489,7 @@
         config_perror("example config NETWORK not properly configured");
         return;
     }
-    community = strtok(NULL, "\t\n ");
+    community = strtok(NULL, "\t\n");
     if (community == NULL) {
         config_perror("missing COMMUNITY parameter\n");
         return;

--- snmpUDPIPv6Domain.c 2002-12-15 23:40:39.000000000 -0800
+++ snmpUDPIPv6Domain.c.new     2004-08-25 15:33:48.000000000 -0700
@@ -928,7 +928,7 @@
         config_perror("example config NETWORK not properly configured");
         return;
     }
-    community = strtok(NULL, "\t\n ");
+    community = strtok(NULL, "\t\n");
     if (community == NULL) {
         config_perror("missing COMMUNITY parameter\n");
         return;

