/*
- * $Id: store_dir_aufs.cc,v 1.41 2002/02/19 00:50:01 hno Exp $
+ * $Id: store_dir_aufs.cc,v 1.42 2002/04/01 21:53:21 hno Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
safe_free(state);
sd->log.clean.state = NULL;
sd->log.clean.write = NULL;
+ return;
}
state->outbuf_offset = 0;
}
/*
- * $Id: store_dir_coss.cc,v 1.30 2001/11/13 18:11:20 hno Exp $
+ * $Id: store_dir_coss.cc,v 1.31 2002/04/01 21:53:21 hno Exp $
*
* DEBUG: section 81 Store COSS Directory Routines
* AUTHOR: Eric Stern
safe_free(state);
sd->log.clean.state = NULL;
sd->log.clean.write = NULL;
+ return;
}
state->outbuf_offset = 0;
}
/*
- * $Id: store_dir_diskd.cc,v 1.59 2002/02/19 00:50:01 hno Exp $
+ * $Id: store_dir_diskd.cc,v 1.60 2002/04/01 21:53:21 hno Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
safe_free(state);
sd->log.clean.state = NULL;
sd->log.clean.write = NULL;
+ return;
}
state->outbuf_offset = 0;
}
/*
- * $Id: store_dir_ufs.cc,v 1.40 2002/02/19 00:50:01 hno Exp $
+ * $Id: store_dir_ufs.cc,v 1.41 2002/04/01 21:53:22 hno Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
safe_free(state);
sd->log.clean.state = NULL;
sd->log.clean.write = NULL;
+ return;
}
state->outbuf_offset = 0;
}