Global cosmetic change.
[silc.git] / lib / silccore / silccommand.c
index 881477d1111756052d3b1c022bb8414cc6ebabcc..9564d4e0b03260bfd839a1713dc2cc30ef09c913 100644 (file)
 /*
  * $Id$
  * $Log$
- * Revision 1.1  2000/06/27 11:36:55  priikone
- * Initial revision
+ * Revision 1.2  2000/07/05 06:06:35  priikone
+ *     Global cosmetic change.
+ *
+ * Revision 1.1.1.1  2000/06/27 11:36:55  priikone
+ *     Imported from internal CVS/Added Log headers.
  *
  *
  */
@@ -58,10 +61,6 @@ SilcCommandPayload silc_command_parse_payload(SilcBuffer buffer)
   SILC_LOG_DEBUG(("Parsing command payload"));
 
   new = silc_calloc(1, sizeof(*new));
-  if (!new) {
-    SILC_LOG_ERROR(("Could not allocate new command payload"));
-    return NULL;
-  }
 
   /* Parse the Command Payload */
   silc_buffer_unformat(buffer,