Index: ajax_comments.module
===================================================================
--- ajax_comments.module	(revision 1342)
+++ ajax_comments.module	(working copy)
@@ -152,7 +152,7 @@
         'effect' => 'ajaxCommentsSubmit',
         'progress' => array('type' => '1bar', 'message' => t('Please wait...')),
       );
-      $form = drupal_rebuild_form($form_id, &$form_state, $args, $form_build_id);
+      $form = drupal_rebuild_form($form_id, $form_state, $args, $form_build_id);
     }
   }
   unset($form['#suffix']);
