fixed generic_rpc - remove useless test
diff --git a/src/mod_netconf.c b/src/mod_netconf.c
index 87c6b5a..44350d4 100644
--- a/src/mod_netconf.c
+++ b/src/mod_netconf.c
@@ -1425,11 +1425,6 @@
 	config = json_object_get_string(json_object_object_get(request, "content"));
 	pthread_mutex_unlock(&json_lock);
 
-	if (config == NULL) {
-		return create_error("Missing content parameter.");
-	}
-
-	/* TODO */
 	reply = netconf_generic(session_key, config, &data);
 	if (reply == NULL) {
 		GETSPEC_ERR_REPLY