projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c61e2
)
main: Mark end of array with NULL in order not to crash
author
Patrik Flykt
<patrik.flykt@linux.intel.com>
Fri, 20 Apr 2012 11:54:27 +0000
(14:54 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 20 Apr 2012 11:55:30 +0000
(13:55 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
c0e87b3
..
70d5bb7
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-146,6
+146,7
@@
static void parse_config(GKeyFile *config)
"wifi",
"ethernet",
"cellular",
+ NULL
};
if (config == NULL) {