commit 0dfbf6f6fba286e901cfdf52157cf35e106da583
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Apr 12 13:08:10 2014 +0200
remove pointless pointer assignment
src/compat/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/compat/main.c b/src/compat/main.c
index 532f09c..b8cc976 100644
--- a/src/compat/main.c
+++ b/src/compat/main.c
@@ -307,7 +307,7 @@ main( int argc, char **argv )
if (!all && !o2o)
for (i = optind; argv[i]; i++)
- if (!(box = find_box( argv[i] ))) {
+ if (!find_box( argv[i] )) {
box = nfmalloc( sizeof(config_t) );
memcpy( box, &global, sizeof(config_t) );
box->path = argv[i];
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel