This commit is contained in:
Anthony Minessale
2011-08-19 17:29:42 -05:00
parent d2daa44d8c
commit 7159f64b22
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ void sofia_reg_send_reboot(sofia_profile_t *profile, const char *user, const cha
event = "reboot";
}
sofia_glue_send_notify(profile, user, host, event, contenttype, body, contact, network_ip, NULL);
sofia_glue_send_notify(profile, user, host, event, contenttype, body, contact, network_ip);
}
int sofia_sla_dialog_del_callback(void *pArg, int argc, char **argv, char **columnNames)