[pisa-src] r1409 - trunk/pisacd/cdconf.c
- From: Thomas Jansen <mithi@xxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Thu, 29 Oct 2009 15:05:18 +0100
Author: tjansen
Date: Thu Oct 29 15:05:18 2009
New Revision: 1409
Log:
Fix filename.
Commit 1405 changed this unintendedly. Thanks Diego for spotting it.
Modified:
trunk/pisacd/cdconf.c
Modified: trunk/pisacd/cdconf.c
==============================================================================
--- trunk/pisacd/cdconf.c Thu Oct 29 15:03:15 2009 (r1408)
+++ trunk/pisacd/cdconf.c Thu Oct 29 15:05:18 2009 (r1409)
@@ -4,7 +4,7 @@
*/
/**
- * @file cd_cfg.c
+ * @file cdconf.c
* @brief Implementation of the configuration manager for the PISA neighbor
daemon.
* @author Dongsu Park <dpark1978@xxxxxxxxx>
* @date Jan. 2009
Other related posts:
- » [pisa-src] r1409 - trunk/pisacd/cdconf.c - Thomas Jansen