Remove stray debugging printfs.
[u/mdw/putty] / testback.c
index 2a468a6..b676cfb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: testback.c,v 1.2 2002/11/19 12:29:45 ben Exp $ */
+/* $Id: testback.c,v 1.4 2002/11/23 20:40:22 ben Exp $ */
 /*
  * Copyright (c) 1999 Simon Tatham
  * Copyright (c) 1999 Ben Harris
@@ -75,7 +75,8 @@ static char *loop_init(void *frontend_handle, void **backend_handle,
     struct loop_state *st = smalloc(sizeof(*st));
 
     st->term = frontend_handle;
-    return (char *)st;
+    *backend_handle = st;
+    return NULL;
 }
 
 static int null_send(void *handle, char *buf, int len) {