Changeset - 616c0b2560d4
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-10-08 23:29:35
ohnobinki@ohnopublishing.net
removed pointless initializer
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -594,13 +594,15 @@ int createQueueFromXML(struct distrenjob
 
  return 1;
 
}
 

	
 
/* ************************** Test Functions ************************* */
 
void printFrameInfo(struct frameset *frame)
 
{
 
  char *status = "";
 
  char *status;
 

	
 
  status = NULL;
 

	
 
  switch(frame->status)
 
  {
 
    case FRAMESETSTATUS_UNASSIGNED:
 
      _distren_asprintf(&status, "%s", "unassigned");
 
      break;
0 comments (0 inline, 0 general)